Skip to content

Commit

Permalink
Add version to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
christophmeissner committed Apr 14, 2022
1 parent 37d589f commit b3c629d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n %}
{% load i18n site %}
<footer class="footer">
<div class="container">
<p class="text-muted text-center">
Expand All @@ -9,11 +9,12 @@
<a href="/unterstuetzer/">{% translate "Supporter" %}</a> &bullet;
<a href="/presse/">{% translate "Press" %}</a> &bullet;
<a href="/kontakt/">{% translate "Contact" %}</a> &bullet;
{% include "partials/faq_link.html" %} &bullet;
&copy; 2015 volunteer-planner.org &bullet;
{% include "partials/faq_link.html" %}
<br>
&copy; 2015-2016, 2022 volunteer-planner.org &bullet;
v{% get_version %} &bullet;
<a href="https://github.com/coders4help/volunteer_planner">GitHub</a> &bullet;


{% blocktranslate trimmed with mailto_link='<a href="mailto:[email protected]">[email protected]</a>' %}
Questions? Get in touch: {{ mailto_link }}
{% endblocktranslate %}
Expand Down

0 comments on commit b3c629d

Please sign in to comment.