We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dbb63 commit 9483d4bCopy full SHA for 9483d4b
libcoveweb2/templates/libcoveweb2/base.html
@@ -120,7 +120,9 @@ <h4>{% trans "About" %}</h4>
120
{% endblock %}
121
</ul>
122
<ul class="text-muted">
123
+ {% block terms %}
124
<li><a href="{% url 'terms' %}">{% trans "Terms & Conditions" %}</a></li>
125
+ {% endblock %}
126
127
{% comment %}Translators: Provides information about the version of the code base that is being used{% endcomment %}
128
{% block version_link %}
0 commit comments