#7 New Form
* refactors/renames folders and files for generic template rendering * removes unused choiceColumnForm.html
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
|
||||
<form action="{{ form.action_url }}" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
</form>
|
||||
@@ -3,6 +3,6 @@
|
||||
|
||||
{% block body %}
|
||||
<div class="column">
|
||||
{% include 'form/generic_table_form.html' %}
|
||||
{% include 'form/table/generic_table_form.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user