summaryrefslogtreecommitdiff
path: root/templates/admin/sub_nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/sub_nav.html')
-rw-r--r--templates/admin/sub_nav.html7
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