drinks-manager/application/app/templates/footer.html

7 lines
181 B
HTML
Raw Normal View History

{% load i18n %}
<div class="footer">
<div>Version {{ app_version }}</div>
<div>Copyright (C) 2021, <a href="https://gitlab.com/W13R">Julian Müller (W13R)</a></div>
</div>