X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d12ee4e0ec425e7f508c93ad1295a21a67ae1a30..8bf64e144b5eb0367f8d5da19765ea0dabd66bfb:/contact/templates/contact/form.html diff --git a/contact/templates/contact/form.html b/contact/templates/contact/form.html index 963742e..a9741f1 100644 --- a/contact/templates/contact/form.html +++ b/contact/templates/contact/form.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends form.base_template|default:"base.html" %} {% load chunks %} {% block title %}{{ form.form_title }}{% endblock %}