binder/binder/templates/bcommon/add_record.htm

11 lines
182 B
HTML

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