diff options
author | dk-15 | 2017-05-22 16:57:42 +0530 |
---|---|---|
committer | dk-15 | 2017-05-22 16:57:42 +0530 |
commit | 0b7f0cecae9cc8f39039c9695b2f2f6534bcf794 (patch) | |
tree | 4c33f110387195883d972970617e0fa7aeae3f0c /templates/admin/sub_nav.html | |
parent | f2470f4a71aec65825c4dc2ce710f6bbf53a5e3d (diff) | |
download | SBHS-2018-Rpi-0b7f0cecae9cc8f39039c9695b2f2f6534bcf794.tar.gz SBHS-2018-Rpi-0b7f0cecae9cc8f39039c9695b2f2f6534bcf794.tar.bz2 SBHS-2018-Rpi-0b7f0cecae9cc8f39039c9695b2f2f6534bcf794.zip |
Admin testing platform in working condition
Diffstat (limited to 'templates/admin/sub_nav.html')
-rw-r--r-- | templates/admin/sub_nav.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/admin/sub_nav.html b/templates/admin/sub_nav.html index 29d8840..d1e0cb1 100644 --- a/templates/admin/sub_nav.html +++ b/templates/admin/sub_nav.html @@ -1,4 +1,5 @@ -<a href="{% url 'admin_index' %}" class="btn">Show all boards</a> -<a href="{% url 'admin_bookings' %}" class="btn">Show all bookings</a> -<a href="{% url 'admin_webcam' %}" class="btn">Show all images</a> +<a href="{% url 'admin_index' %}" class="btn btn-info">Show all boards</a> +<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> <br><br>
\ No newline at end of file |