reformat templates
[wolnelektury.git] / src / wolnelektury / templates / admin / base_site.html
index ff381b5..c4b16b4 100644 (file)
@@ -4,8 +4,8 @@
 {% block title %}{{ title }} | {% trans "Site administration" %} - WolneLektury.pl{% endblock %}
 
 {% block branding %}
-<h1 id="site-name">{% trans "Site administration" %} - WolneLektury.pl</h1>
-<p style="font-size: 11px;margin-left:10px;">
+  <h1 id="site-name">{% trans "Site administration" %} - WolneLektury.pl</h1>
+  <p style="font-size: 11px;margin-left:10px;">
     <!--a href="/rosetta/">{% trans "Translations" %}</a-->
     <a href="/admin/chunks/chunk/promo/">promobox</a> |
     <a href="/admin/social/cite">cytaty</a> |
@@ -16,7 +16,7 @@
     <a href="/admin/pdcounter/">licznik domeny</a> |
     <a href="/admin/sponsors/">sponsorzy</a> |
     <a href="/admin/suggest/suggestion/">sugestie</a>
-</p>
+  </p>
 {% endblock %}
 
 {% block nav-global %}{% endblock %}
\ No newline at end of file