File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crudbuilder/templates/crudbuilder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727< div class ='container '>
2828< h3 > {{actual_model_name|title}}</ h3 >
2929
30- < form action =". " method ="post " enctype ="multipart/form-data " class ="form-horizontal ">
30+ < form action =". " method ="post " enctype ="multipart/form-data " class ="form-horizontal " navalidate >
3131{% csrf_token %}
3232{% for field in form %}
3333< fieldset class ={% if field.errors %} "form-group has-error" {% else %} "form-group" {% endif %} >
Original file line number Diff line number Diff line change 11{% load crudbuilder %}
22
3- < form action =". " method ="post " enctype ="multipart/form-data " class ="form-horizontal ">
3+ < form action =". " method ="post " enctype ="multipart/form-data " class ="form-horizontal " novalidate >
44{% csrf_token %}
55{% for field in form %}
66< fieldset class ={% if field.errors %} "form-group has-error" {% else %} "form-group" {% endif %} >
You can’t perform that action at this time.
0 commit comments