X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/48a8d1d73adefae7f0c58015494ce956d7cd70df..ca336bd1f9658cf713681d1412d4153e5c4d9c93:/src/club/templates/club/membership_form.html diff --git a/src/club/templates/club/membership_form.html b/src/club/templates/club/membership_form.html index d0c3250e5..db2a8ed24 100644 --- a/src/club/templates/club/membership_form.html +++ b/src/club/templates/club/membership_form.html @@ -1,4 +1,4 @@ -{% extends "base/base.html" %} +{% extends request.session.from_app|yesno:"base/app.html,base/base.html" %} {% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %}