diff options
author | coderick14 | 2017-05-31 16:51:12 +0530 |
---|---|---|
committer | coderick14 | 2017-05-31 16:51:12 +0530 |
commit | 4e7aa6b0556c899eb6f251baee426f097091b9dd (patch) | |
tree | ba54d43d7b91783ca7cd133e43f1157e635c07e9 /templates/admin/sub_nav.html | |
parent | 9a096b2ee5121430fc20830d06478039cfec45c6 (diff) | |
download | SBHS-2018-Rpi-4e7aa6b0556c899eb6f251baee426f097091b9dd.tar.gz SBHS-2018-Rpi-4e7aa6b0556c899eb6f251baee426f097091b9dd.tar.bz2 SBHS-2018-Rpi-4e7aa6b0556c899eb6f251baee426f097091b9dd.zip |
Add button updateMID in admin sub_nav
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 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 |