X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/263e2a71c685149e406d7bee1de93b362970a88f..ba08b7b1c9b48ce1d0ebde7d259dc777ff98162a:/wolnelektury/templates/admin/base_site.html

diff --git a/wolnelektury/templates/admin/base_site.html b/wolnelektury/templates/admin/base_site.html
index 087a3bb32..23cfb59d8 100644
--- a/wolnelektury/templates/admin/base_site.html
+++ b/wolnelektury/templates/admin/base_site.html
@@ -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