X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0cae17bec6d31806615fae59a5b3945016285fbe..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/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 index 000000000..d0ca937a0 --- /dev/null +++ b/wolnelektury/templates/admin/base_site.html @@ -0,0 +1,9 @@ +{% extends "admin/base.html" %} + +{% block title %}{{ title }} | Administracja stroną WolneLektury.pl{% endblock %} + +{% block branding %} +

Administracja stroną WolneLektury.pl

+{% endblock %} + +{% block nav-global %}{% endblock %} \ No newline at end of file