aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/about.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/about.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/about.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/client/templates/client/about.html b/client/templates/client/about.html
index 8de95a9..3d87d8d 100644
--- a/client/templates/client/about.html
+++ b/client/templates/client/about.html
@@ -2,9 +2,8 @@
{% block title %}About{% endblock %}
-{%block nav%}
- <a style="margin-left: 10px;" href="{% url 'index' %}" class="breadcrumb">Home</a>
- <a href="!#" class="breadcrumb hide-on-med-and-down">Informazioni</a>
+{%block breadcrumb%}
+ <a class="breadcrumb hide-on-med-and-down">Informazioni</a>
{% endblock%}
{% block content %}
@@ -90,7 +89,4 @@
</div>
</div>
</div>
-{% endblock %}
-
-{% block script %}
{% endblock %} \ No newline at end of file