From dd85755df4e3ef8489a6fb2f71a65abf84b06739 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 14 Feb 2019 22:55:36 +0100 Subject: [PATCH] Admin shortcut bar fix. --- src/wolnelektury/templates/admin/base_site.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wolnelektury/templates/admin/base_site.html b/src/wolnelektury/templates/admin/base_site.html index c4b16b482..9bd250c20 100644 --- a/src/wolnelektury/templates/admin/base_site.html +++ b/src/wolnelektury/templates/admin/base_site.html @@ -5,8 +5,7 @@ {% block branding %}

{% trans "Site administration" %} - WolneLektury.pl

-

- +

promobox | cytaty | info | @@ -19,4 +18,4 @@

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