Blame view

dictionary/templates/classification_forms.html 57 Bytes
janek37 authored
1
{% for form in forms %}
janek37 authored
2
    {{ form.as_p }}
janek37 authored
3
{% endfor %}