diff options
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> |