7 lines
181 B
HTML
7 lines
181 B
HTML
|
{% 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>
|