Skip to content

Commit 4abe34e

Browse files
committed
Workaround for missing CSRF tokens in liaison edit form.
- Legacy-Id: 7238
1 parent 5afcea1 commit 4abe34e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/liaisons/edit.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ <h1>{% if liaison %}Edit liaison: {{ liaison }}{% else %}Send Liaison Statement{
2222
</ul>
2323
{% endif %}
2424

25-
{{ form }}
25+
{# Replace the form expansion with an include as a temporary workaround for missing CSRF tokens #}
26+
{# {{ form }} #}
27+
{% include "liaisons/liaisonform.html" %}
2628

2729
{% endblock %}
2830

0 commit comments

Comments
 (0)