diff --git a/ietf/templates/liaisons/edit.html b/ietf/templates/liaisons/edit.html index 8286ebf34..43e417a94 100644 --- a/ietf/templates/liaisons/edit.html +++ b/ietf/templates/liaisons/edit.html @@ -22,7 +22,9 @@ This page depends on Javascript being enabled to work properly. Please enable Ja {% endif %} -{{ form }} +{# Replace the form expansion with an include as a temporary workaround for missing CSRF tokens #} +{# {{ form }} #} +{% include "liaisons/liaisonform.html" %} {% endblock %}