authens/authens/templates/authens/form_snippet.html
2020-06-25 16:25:10 +02:00

7 lines
No EOL
153 B
HTML

<table>
<tbody>
{% for field in form %}
{% include 'authens/form_field_snippet.html' with field=field %}
{% endfor %}
</tbody>
</table>