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