We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afcea1 commit 4abe34eCopy full SHA for 4abe34e
1 file changed
ietf/templates/liaisons/edit.html
@@ -22,7 +22,9 @@ <h1>{% if liaison %}Edit liaison: {{ liaison }}{% else %}Send Liaison Statement{
22
</ul>
23
{% endif %}
24
25
-{{ form }}
+{# Replace the form expansion with an include as a temporary workaround for missing CSRF tokens #}
26
+{# {{ form }} #}
27
+{% include "liaisons/liaisonform.html" %}
28
29
{% endblock %}
30
0 commit comments