diff --git a/apps/common/templates/generic_form_subtemplate.html b/apps/common/templates/generic_form_subtemplate.html index b955f59352..5bf248bc16 100644 --- a/apps/common/templates/generic_form_subtemplate.html +++ b/apps/common/templates/generic_form_subtemplate.html @@ -30,6 +30,10 @@ {% if submit_method != "GET" and submit_method != "get" %} {% csrf_token %} {% endif %} + + {% if next %} + + {% endif %} {% for hidden_field in hidden_fields %} {{ hidden_field.as_hidden }}