diff options
author | coderick14 | 2017-06-30 20:14:49 +0530 |
---|---|---|
committer | coderick14 | 2017-06-30 20:44:30 +0530 |
commit | 93b771d4dcb515a8662611b135d13abe27c767ed (patch) | |
tree | 8bbd5fd9da5f9e340a96d4de294307bfa9120e0d /templates/admin/sub_nav.html | |
parent | b53254f75b79fecf97a33f685de8d3ef8a261dc7 (diff) | |
download | SBHS-2018-Rpi-93b771d4dcb515a8662611b135d13abe27c767ed.tar.gz SBHS-2018-Rpi-93b771d4dcb515a8662611b135d13abe27c767ed.tar.bz2 SBHS-2018-Rpi-93b771d4dcb515a8662611b135d13abe27c767ed.zip |
Add feature to fetch logs based on date-time
Diffstat (limited to 'templates/admin/sub_nav.html')
-rw-r--r-- | templates/admin/sub_nav.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin/sub_nav.html b/templates/admin/sub_nav.html index b493274..c77205b 100644 --- a/templates/admin/sub_nav.html +++ b/templates/admin/sub_nav.html @@ -3,4 +3,5 @@ <a href="{% url 'admin_webcam' %}" class="btn btn-info">Show all images</a> <a href="{% url 'admin_testing' %}" class="btn btn-info">Test boards</a> <a href="{% url 'admin_getmids' %}" class="btn btn-info">Update MID</a> +<a href="{% url 'admin_viewlogs' %}" class="btn btn-info">Fetch Logs</a> <br><br>
\ No newline at end of file |