Add page footer

This commit is contained in:
Michal Čihař 2012-02-29 09:53:39 +01:00
parent 6bf7aecf66
commit 0ab1aabd03

View File

@ -23,6 +23,9 @@
{% block content %}
{% endblock %}
<ul class="footer">
<li>{% blocktrans %}Powered by <a href="http://weblate.org">Weblate</a>{% endblocktrans %}</li>
</ul>
</body>
</html>