Blame view

dictionary/templates/classification_forms.html 151 Bytes
janek37 authored
1
2
3
4
5
6
{% if classification_forms %}
    <h4>Klasyfikacje</h4>
    {% for form in classification_forms %}
        {{ form.as_p }}
    {% endfor %}
{% endif %}