diff options
author | ttt | 2017-05-13 00:29:47 +0530 |
---|---|---|
committer | ttt | 2017-05-13 00:29:47 +0530 |
commit | 4336f5f06f61de30ae3fa54650fce63a9d5ef5be (patch) | |
tree | 23b4ee9b8e8f24bf732acf2f7ad22ed50cdd5670 /templates/admin/sub_nav.html | |
download | SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.gz SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.bz2 SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.zip |
added all server files
Diffstat (limited to 'templates/admin/sub_nav.html')
-rw-r--r-- | templates/admin/sub_nav.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/admin/sub_nav.html b/templates/admin/sub_nav.html new file mode 100644 index 0000000..abbcce0 --- /dev/null +++ b/templates/admin/sub_nav.html @@ -0,0 +1,4 @@ +<a href="{% url 'sbhs_server.admin.views.index' %}" class="btn">Show all boards</a> +<a href="{% url 'sbhs_server.admin.views.booking_index' %}" class="btn">Show all bookings</a> +<a href="{% url 'sbhs_server.admin.views.webcam_index' %}" class="btn">Show all images</a> +<br><br>
\ No newline at end of file |