aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/templates/accounts/terms.html
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/accounts/terms.html')
-rw-r--r--accounts/templates/accounts/terms.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/accounts/templates/accounts/terms.html b/accounts/templates/accounts/terms.html
index 7a7b461..8b4443b 100644
--- a/accounts/templates/accounts/terms.html
+++ b/accounts/templates/accounts/terms.html
@@ -1,10 +1,9 @@
{% extends 'registration/base_client.html' %}
-{% block title %}About{% endblock %}
+{% block title %}Termini e condizioni{% endblock %}
-{%block nav%}
- <a style="margin-left: 10px;" href="{% url 'index' %}" class="breadcrumb">Home</a>
- <a href="!#" class="breadcrumb hide-on-med-and-down">Termini e condizioni</a>
+{%block breadcrumb %}
+ <a class="breadcrumb hide-on-med-and-down">Termini e condizioni</a>
{% endblock%}
{% block content %}
@@ -21,7 +20,4 @@
</div>
</div>
</div>
-{% endblock %}
-
-{% block script %}
{% endblock %} \ No newline at end of file