Skip to content

Commit

Permalink
Merge pull request #26 from openownership/25-footer
Browse files Browse the repository at this point in the history
Update links in footer to point to cove-bods repo
  • Loading branch information
James authored Apr 9, 2019
2 parents 8afcb7a + 4c1f1e9 commit d723dbc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions cove_bods/templates/cove_bods/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ <h1 class="heading-in-panel"> <small> {% blocktrans %}Using the data review tool
{% block bottomcontent3 %}
{% endblock %}

{% 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/openownership/cove-bods/">cove-bods</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/openownership/cove-bods/issues">{% trans "cove-bods issues" %}</a>
</li>
{% endblock %}

{% block version_link %}
<p class="text-muted">{% blocktrans %}Running version {% endblocktrans %}<a href="https://github.com/openownership/cove-bods/tree/{{request.tag}}">{{request.tag}}</a></p>
{% endblock %}
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jsonschema<2.7
-e git+https://github.com/OpenDataServices/[email protected]#egg=flattentool
-e git+https://github.com/OpenDataServices/[email protected]#egg=libcove
-e git+https://github.com/openownership/[email protected]#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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d723dbc

Please sign in to comment.