aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/index.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-08-31 13:46:00 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-08-31 13:46:00 +0200
commitc46671ed9306eebb66322487ab600e070b2a81c6 (patch)
tree9fb917db87c003642f94c459a172fe36b19fea82 /client/templates/client/index.html
parentdynamicaly check for commit id (diff)
downloadscout-subs-c46671ed9306eebb66322487ab600e070b2a81c6.tar.gz
scout-subs-c46671ed9306eebb66322487ab600e070b2a81c6.zip
graghics improvement for mobile, and more modular
Diffstat (limited to '')
-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();