Skip to content

Commit

Permalink
Add a block for about links
Browse files Browse the repository at this point in the history
This will allow BODS CoVE to overwrite them
openownership/cove-bods#25
  • Loading branch information
Bjwebb committed Apr 1, 2019
1 parent 9e75c72 commit 79f49ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cove/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@
<div class="col-md-6">
<h4>{% trans "About" %}</h4>
<ul class="text-muted">
{% block about %}
<li>{% trans "Built by" %} <a href="http://opendataservices.coop/">{% trans "Open Data Services" %}</a></li>
<li>{% trans "The code for this site is available on" %}<br>{% trans "GitHub" %}: <a href="https://github.com/OpenDataServices/cove/">{%trans "Cove - COnvert Validate & Explore" %}</a><br>{% trans "Licence" %}: <a href="https://www.gnu.org/licenses/agpl-3.0.html">{% trans "AGPLv3" %}</a><br>{% trans "Report/View issues" %}: <a href="https://github.com/OpenDataServices/cove/issues">{% trans "Cove Issues" %}</a>
</li>
{% endblock %}
</ul>
<ul class="text-muted">
<li><a href="{% url 'terms' %}">{% trans "Terms &amp; Conditions" %}</a></li>
Expand Down

0 comments on commit 79f49ee

Please sign in to comment.