Skip to content

Commit b611fab

Browse files
committed
cove_360: templates: Update About information from defaults
1 parent 64b950a commit b611fab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cove/cove_360/templates/cove_360/base.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,10 @@ <h3><small>{% blocktrans %}Formats{% endblocktrans %}</small></h3>
7676

7777
{% block version_link %}
7878
<p class="text-muted">{% blocktrans %}Running version {% endblocktrans %}<a href="https://github.com/threesixtygiving/dataquality/tree/{{ request.tag }}">{{ request.tag }}</a></p>
79+
{% endblock %}
80+
81+
{% block about %}
82+
<li>{% trans "Built by" %} <a href="http://opendataservices.coop/">{% trans "Open Data Services Co-operative" %}</a></li>
83+
<li>{% trans "The code for this site is available on" %}<br>{% trans "GitHub" %}: <a href="https://github.com/threesixtygiving/dataquality/">{%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/threesixtygiving/dataquality/issues">{% trans "Cove Issues" %}</a>
84+
</li>
7985
{% endblock %}

0 commit comments

Comments
 (0)