Workaround for missing CSRF tokens in liaison edit form.

- Legacy-Id: 7238
This commit is contained in:
Henrik Levkowetz 2014-02-16 15:11:16 +00:00
parent 5afcea1670
commit 4abe34e34b

View file

@ -22,7 +22,9 @@ This page depends on Javascript being enabled to work properly. Please enable Ja
</ul>
{% endif %}
{{ form }}
{# Replace the form expansion with an include as a temporary workaround for missing CSRF tokens #}
{# {{ form }} #}
{% include "liaisons/liaisonform.html" %}
{% endblock %}