Moved project files to wolnelektury directory.
[wolnelektury.git] / wolnelektury / templates / admin / base_site.html
diff --git a/wolnelektury/templates/admin/base_site.html b/wolnelektury/templates/admin/base_site.html
new file mode 100644 (file)
index 0000000..d0ca937
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "admin/base.html" %}
+
+{% block title %}{{ title }} | Administracja stronÄ… WolneLektury.pl{% endblock %}
+
+{% block branding %}
+<h1 id="site-name">Administracja stronÄ… WolneLektury.pl</h1>
+{% endblock %}
+
+{% block nav-global %}{% endblock %}
\ No newline at end of file