aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates/client/index.html')
-rw-r--r--client/templates/client/index.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/templates/client/index.html b/client/templates/client/index.html
index 20ce2d3..33cf493 100644
--- a/client/templates/client/index.html
+++ b/client/templates/client/index.html
@@ -2,10 +2,6 @@
{% block title %}Home{% endblock %}
-{%block nav%}
- <a style="margin-left: 10px;" href="{% url 'index' %}" class="breadcrumb">Home</a>
-{% endblock%}
-
{% block content %}
<div class="tap-target teal" data-target="add">
<div class="tap-target-content">
@@ -378,7 +374,6 @@
{% block script %}
$(document).ready(function(){
- $('.tooltipped').tooltip();
{% if user.is_authenticated %}
{% if user.is_staff or perms.client.approved %}
$('.collapsible').collapsible();