summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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