diff --git a/cove_bods/templates/cove_bods/base.html b/cove_bods/templates/cove_bods/base.html index ecab5f7..ef04c21 100644 --- a/cove_bods/templates/cove_bods/base.html +++ b/cove_bods/templates/cove_bods/base.html @@ -118,6 +118,12 @@

{% blocktrans %}Using the data review tool {% block bottomcontent3 %} {% endblock %} +{% block about %} +
  • {% trans "Built by" %} {% trans "Open Data Services" %}
  • +
  • {% trans "The code for this site is available on" %}
    {% trans "GitHub" %}: cove-bods
    {% trans "Licence" %}: {% trans "AGPLv3" %}
    {% trans "Report/View issues" %}: {% trans "cove-bods issues" %} +
  • +{% endblock %} + {% block version_link %}

    {% blocktrans %}Running version {% endblocktrans %}{{request.tag}}

    {% endblock %}