add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / templates / admin / base_site.html
index 087a3bb..23cfb59 100644 (file)
@@ -1,10 +1,11 @@
-{% load i18n %}
 {% extends "admin/base.html" %}
+{% load i18n %}
 
 {% block title %}{{ title }} | {% trans "Site administration" %} - WolneLektury.pl{% endblock %}
 
 {% block branding %}
 <h1 id="site-name">{% trans "Site administration" %} - WolneLektury.pl</h1>
+<p style="float: right; font-size: 11px; padding-right: 10px;"><a href="/rosetta/">{% trans "Translations" %}</a></p>
 {% endblock %}
 
 {% block nav-global %}{% endblock %}
\ No newline at end of file