Skip to content

Commit 9483d4b

Browse files
author
Ed (ODSC)
committed
libcoveweb2/templates/libcoveweb2/base.html: Add terms block to template
1 parent c7dbb63 commit 9483d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcoveweb2/templates/libcoveweb2/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ <h4>{% trans "About" %}</h4>
120120
{% endblock %}
121121
</ul>
122122
<ul class="text-muted">
123+
{% block terms %}
123124
<li><a href="{% url 'terms' %}">{% trans "Terms &amp; Conditions" %}</a></li>
125+
{% endblock %}
124126
</ul>
125127
{% comment %}Translators: Provides information about the version of the code base that is being used{% endcomment %}
126128
{% block version_link %}

0 commit comments

Comments
 (0)