binder/binder/templates/bcommon/add_record_form.htm

12 lines
224 B
HTML

{% extends "base.htm" %}
{% block body %}
<form action="/add_record/result/" method="post">{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Submit" />
</form>
{% endblock body %}