X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..f62cf7aef22c2c6797f5069d8d436a02977d89e9:/src/wolnelektury/templates/site_base.html?ds=sidebyside diff --git a/src/wolnelektury/templates/site_base.html b/src/wolnelektury/templates/site_base.html index b0c2ca524..112369c8e 100644 --- a/src/wolnelektury/templates/site_base.html +++ b/src/wolnelektury/templates/site_base.html @@ -1,5 +1,2 @@ -{% extends "base.html" %} +{% extends "base_simple.html" %} {# This is for allauth templates. #} - -{% block bodyid %}auth-page{% endblock %} -{% block titleextra %}{% block head_title %}{% endblock %}{% endblock %}