workaround for django ticket 17111; cover in api fix
[wolnelektury.git] / wolnelektury / templates / site_base.html
1 {% extends "base.html" %}
2 {# This is for allauth templates. #}
3
4 {% block bodyid %}auth-page{% endblock %}
5 {% block titleextra %}{% block head_title %}{% endblock %}{% endblock %}