{% extends "dbadmin_base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Larigira - DB add audio "{{kind}}" {%endblock%} {% block scripts %} {{super()}} {%endblock scripts %} {% block content %} {% if form.errors %}
There were some error in your form; please fix them, then resubmit
{% endif %} {% for category in suggestions %} {% for fname in suggestions[category] %} {% endfor %}
{{wtf.quick_form(form)}}
{% endblock content %} {# vim: set ts=2 sw=2 noet: #}