Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / admin / base_site.html
diff --git a/src/wolnelektury/templates/admin/base_site.html b/src/wolnelektury/templates/admin/base_site.html
new file mode 100644 (file)
index 0000000..ff381b5
--- /dev/null
@@ -0,0 +1,22 @@
+{% 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="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> |
+    <a href="/admin/infopages/infopage/">info</a> |
+    <a href="/admin/catalogue/book/">książki</a> |
+    <a href="/admin/catalogue/tag/">tagi</a> |
+    <a href="/admin/catalogue/collection/">kolekcje</a> |
+    <a href="/admin/pdcounter/">licznik domeny</a> |
+    <a href="/admin/sponsors/">sponsorzy</a> |
+    <a href="/admin/suggest/suggestion/">sugestie</a>
+</p>
+{% endblock %}
+
+{% block nav-global %}{% endblock %}
\ No newline at end of file