Added standard templates

This commit is contained in:
Antonio de la Rosa 2015-12-07 04:52:33 +01:00
parent d99e5ec840
commit 20becdbd27
14 changed files with 293 additions and 24 deletions

View file

@ -0,0 +1,5 @@
<div class="form">
{% for form in forms.values() %}
<p><label>{{form.label|safe}}</label>{{form.form()}}</p>
{% endfor %}
</div>