6 lines
93 B
HTML
6 lines
93 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block box_content %}
|
|
{{ wtf.quick_form(form) }}
|
|
{% endblock %}
|