diff --git a/templates/base.html b/templates/base.html index d17d9e4..84cc2d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,9 +6,10 @@ {% block title %}Live Lista Zakupów{% endblock %} - + {% if not is_blocked %} + {% endif %} @@ -75,7 +76,6 @@ - {% if request.endpoint != 'system_auth' %} @@ -88,6 +88,7 @@ }); {% endif %} + {% block scripts %}{% endblock %}