diff options
author | ttt | 2017-05-13 00:29:47 +0530 |
---|---|---|
committer | ttt | 2017-05-13 00:29:47 +0530 |
commit | abf599be33b383a6a5baf9493093b2126a622ac8 (patch) | |
tree | 4c5ab6e0d935d5e65fabcf0258e4a00dd20a5afa /templates/account/sub_nav.html | |
download | SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.tar.gz SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.tar.bz2 SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.zip |
added all server files
Diffstat (limited to 'templates/account/sub_nav.html')
-rw-r--r-- | templates/account/sub_nav.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/account/sub_nav.html b/templates/account/sub_nav.html new file mode 100644 index 0000000..432ff9d --- /dev/null +++ b/templates/account/sub_nav.html @@ -0,0 +1,9 @@ +<div class="span12"> + <ul class="nav nav-pills"> + <li id="home-nav"><a href="{% url 'sbhs_server.account.views.home' %}">Home</a></li> + <li id="book-slot-nav"><a href="{% url 'sbhs_server.slot.views.new' %}">Book slot</a></li> + <li id="view-slot-nav"><a href="{% url 'sbhs_server.slot.views.index' %}">View/Delete slot</a></li> + <li id="download-log-nav"><a href="{% url 'sbhs_server.experiment.views.logs' %}">Download log files</a></li> + <li id="video-nav"><a href="{% url 'sbhs_server.webcam.views.show_video' %}">Show video</a></li> + </ul> +</div> |