diff --git a/port/templates/new_stay/new_stay-1.html b/port/templates/new_stay/new_stay-1.html index ec05283..f0989ba 100644 --- a/port/templates/new_stay/new_stay-1.html +++ b/port/templates/new_stay/new_stay-1.html @@ -17,8 +17,13 @@ {% endif %} {% endblock %} {% block formnew %} -
+ + {% csrf_token %} + {% if insurance is None %} +
+ {% else %} diff --git a/port/templates/new_stay/new_stay-2.html b/port/templates/new_stay/new_stay-2.html index 7d3a33e..80e1c86 100644 --- a/port/templates/new_stay/new_stay-2.html +++ b/port/templates/new_stay/new_stay-2.html @@ -40,6 +40,7 @@ {% endblock %} {% block formnew %} + {% csrf_token %}