summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoderick142017-05-31 16:51:12 +0530
committercoderick142017-05-31 16:51:12 +0530
commit83722b9547ec0c2e8394cf50052cc66bec1791a5 (patch)
tree3c8dd41027fb1dc20b0242075783ddc9df961a9b
parent2b9eb22f2cada9b1c33948342ecb457b63201071 (diff)
downloadSBHS-2018-Rpi-83722b9547ec0c2e8394cf50052cc66bec1791a5.tar.gz
SBHS-2018-Rpi-83722b9547ec0c2e8394cf50052cc66bec1791a5.tar.bz2
SBHS-2018-Rpi-83722b9547ec0c2e8394cf50052cc66bec1791a5.zip
Add button updateMID in admin sub_nav
-rw-r--r--templates/admin/sub_nav.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin/sub_nav.html b/templates/admin/sub_nav.html
index d1e0cb1..b493274 100644
--- a/templates/admin/sub_nav.html
+++ b/templates/admin/sub_nav.html
@@ -2,4 +2,5 @@
<a href="{% url 'admin_bookings' %}" class="btn btn-info">Show all bookings</a>
<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>
<br><br> \ No newline at end of file