File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
testapp/templates/testapp Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11{% extends framework|default:"testapp"|add:"/base.html" %}
22
33{% block main-content %}
4- < django-formset endpoint ="{{ request.path }} " data-extra ="{{ extra_data }} " {% if force_submission %} force-submission{% endif %}{% if withhold_feedback %} withhold-feedback ="{{ withhold_feedback }} "{% endif %} csrf-token ="{{ csrf_token }} ">
4+ < django-formset endpoint ="{{ request.path }} "{% if extra_data %} data-extra ="{{ extra_data }} "{% endif %} {% if force_submission %} force-submission{% endif %}{% if withhold_feedback %} withhold-feedback ="{{ withhold_feedback }} "{% endif %} csrf-token ="{{ csrf_token }} ">
55 {% include "formset/non_field_errors.html" %}
66 {{ form_collection }}
77 {% include framework|default:"testapp"|add:"/buttons.html" %}
You can’t perform that action at this time.
0 commit comments