diff --git a/templates/base.html b/templates/base.html index d10859f..d17d9e4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,7 +46,7 @@ {% endif %} {% endif %} - + @@ -57,6 +57,8 @@
+ +{% if not is_blocked %} - -{% if request.endpoint != 'system_auth' %} + +{% if request.endpoint != 'system_auth' %} @@ -85,7 +87,7 @@ selector: '.glightbox' }); - +{% endif %} {% block scripts %}{% endblock %}