X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/b5e102c4572593e7bd90b64b82715dd60b9ac1c2..d29e7ec36ee9d49763dfe72e52275f3a2709e1c2:/contact/templates/contact/form.html diff --git a/contact/templates/contact/form.html b/contact/templates/contact/form.html index 584629a..d27c871 100644 --- a/contact/templates/contact/form.html +++ b/contact/templates/contact/form.html @@ -17,10 +17,12 @@
{% csrf_token %} {% render_honeypot_field %} - - {{ form.as_table }} - -
+ {% block form %} + + {{ form.as_table }} + +
+ {% endblock %}
{% endblock %}