Workaround for missing CSRF tokens in liaison edit form.
- Legacy-Id: 7238
This commit is contained in:
parent
5afcea1670
commit
4abe34e34b
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue