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 %} diff --git a/requirements.in b/requirements.in index 68be9ae..698706b 100644 --- a/requirements.in +++ b/requirements.in @@ -6,4 +6,4 @@ jsonschema<2.7 -e git+https://github.com/OpenDataServices/flatten-tool.git@v0.5.0#egg=flattentool -e git+https://github.com/OpenDataServices/lib-cove.git@v0.5.0#egg=libcove -e git+https://github.com/openownership/lib-cove-bods.git@v0.3.0#egg=libcovebods --e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.5.0#egg=libcoveweb +-e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.7.0#egg=libcoveweb diff --git a/requirements.txt b/requirements.txt index 9222b48..428542e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ jsonschema==2.6.0 -e git+https://github.com/OpenDataServices/flatten-tool.git@4c13ef0b32a59e810919a3de09bc8f64ce8f9392#egg=flattentool -e git+https://github.com/OpenDataServices/lib-cove.git@fe3746eee2e695e94d551ce5bb19f02d8305e6f8#egg=libcove -e git+https://github.com/openownership/lib-cove-bods.git@819dcf56ff99fdb45a97cddfed0b8a3fde972e6b#egg=libcovebods --e git+https://github.com/OpenDataServices/lib-cove-web.git@82dbc80309a03812cc2397345a1397ee0f6da4a4#egg=libcoveweb +-e git+https://github.com/OpenDataServices/lib-cove-web.git@6d4f9437c513fc38057ff9dd928eb0ea32a86f9a#egg=libcoveweb ## The following requirements were added by pip freeze: bleach==3.1.0 cached-property==1.5.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index f0f34e6..f1e0173 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ jsonschema==2.6.0 -e git+https://github.com/OpenDataServices/flatten-tool.git@4c13ef0b32a59e810919a3de09bc8f64ce8f9392#egg=flattentool -e git+https://github.com/OpenDataServices/lib-cove.git@fe3746eee2e695e94d551ce5bb19f02d8305e6f8#egg=libcove -e git+https://github.com/openownership/lib-cove-bods.git@819dcf56ff99fdb45a97cddfed0b8a3fde972e6b#egg=libcovebods --e git+https://github.com/OpenDataServices/lib-cove-web.git@82dbc80309a03812cc2397345a1397ee0f6da4a4#egg=libcoveweb +-e git+https://github.com/OpenDataServices/lib-cove-web.git@6d4f9437c513fc38057ff9dd928eb0ea32a86f9a#egg=libcoveweb pytest==4.3.1 pytest-django==3.4.8