File tree Expand file tree Collapse file tree 4 files changed +62
-11
lines changed Expand file tree Collapse file tree 4 files changed +62
-11
lines changed Original file line number Diff line number Diff line change 32
32
33
33
{% block main %}{% endblock %}
34
34
35
+ {% include "footer.html" %}
36
+
35
37
<!-- Scripts -->
36
38
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js "> </ script >
37
39
{% block extra_scripts %}{% endblock %}
Original file line number Diff line number Diff line change
1
+ {% load i18n %}
2
+
3
+ < footer class ="footer {% if request.resolver_match.url_name != "home " %}footer--sidebar{% endif %}">
4
+ < p >
5
+ {% trans "Built by" %} < a href ="http://opendataservices.coop/ "> {% trans "Open Data Services" %}</ a > .
6
+ {% trans "The code for this site is available on Github" %}: < a href ="https://github.com/OpenDataServices/org-ids/ "> {%trans "org-ids" %}</ a > .
7
+ {% trans "Licence" %}: < a href ="https://www.gnu.org/licenses/agpl-3.0.html "> {% trans "AGPLv3" %}</ a > .
8
+ {% trans "Report/View issues" %}: < a href ="https://github.com/OpenDataServices/org-ids/issues "> {% trans "org-id issues" %}</ a > .
9
+ < a href ="{% url 'terms' %} "> {% trans "Terms & Conditions" %}</ a > .
10
+ {% blocktrans %}Running version {% endblocktrans %}< a href ="https://github.com/OpenDataServices/org-ids/tree/{{ request.tag }} "> {{ request.tag }}</ a > .
11
+ </ p >
12
+ </ footer >
Original file line number Diff line number Diff line change 51
51
< input type ="submit " value ="See lists " class ="homepage__button "> </ input >
52
52
</ div >
53
53
</ form >
54
-
55
- < footer >
56
- < p >
57
- {% trans "Built by" %} < a href ="http://opendataservices.coop/ "> {% trans "Open Data Services" %}</ a > .
58
- {% trans "The code for this site is available on Github" %}: < a href ="https://github.com/OpenDataServices/org-ids/ "> {%trans "org-ids" %}</ a > .
59
- {% trans "Licence" %}: < a href ="https://www.gnu.org/licenses/agpl-3.0.html "> {% trans "AGPLv3" %}</ a > .
60
- {% trans "Report/View issues" %}: < a href ="https://github.com/OpenDataServices/org-ids/issues "> {% trans "org-id issues" %}</ a > .
61
- < a href ="{% url 'terms' %} "> {% trans "Terms & Conditions" %}</ a > .
62
- {% blocktrans %}Running version {% endblocktrans %}< a href ="https://github.com/OpenDataServices/org-ids/tree/{{ request.tag }} "> {{ request.tag }}</ a > .
63
- </ p >
64
- </ footer >
65
54
</ main >
66
55
{% endblock %}
67
56
You can’t perform that action at this time.
0 commit comments