Skip to content

Commit b3c629d

Browse files
Add version to footer
1 parent 37d589f commit b3c629d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

templates/partials/footer.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load i18n %}
1+
{% load i18n site %}
22
<footer class="footer">
33
<div class="container">
44
<p class="text-muted text-center">
@@ -9,11 +9,12 @@
99
<a href="/unterstuetzer/">{% translate "Supporter" %}</a> &bullet;
1010
<a href="/presse/">{% translate "Press" %}</a> &bullet;
1111
<a href="/kontakt/">{% translate "Contact" %}</a> &bullet;
12-
{% include "partials/faq_link.html" %} &bullet;
13-
&copy; 2015 volunteer-planner.org &bullet;
12+
{% include "partials/faq_link.html" %}
13+
<br>
14+
&copy; 2015-2016, 2022 volunteer-planner.org &bullet;
15+
v{% get_version %} &bullet;
1416
<a href="https://github.com/coders4help/volunteer_planner">GitHub</a> &bullet;
1517

16-
1718
{% blocktranslate trimmed with mailto_link='<a href="mailto:[email protected]">[email protected]</a>' %}
1819
Questions? Get in touch: {{ mailto_link }}
1920
{% endblocktranslate %}

0 commit comments

Comments
 (0)