From c08e0a1150055bcb3b6bdfe661d38bc5177c11c6 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 1 Apr 2019 13:43:56 +0900 Subject: [PATCH] [#25] Update links in footer to point to cove-bods repo --- cove_bods/templates/cove_bods/base.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}