haldis/app/templates/orders_form.html
Feliciaan De Palmenaer 6c0badfd55 search items
2015-03-29 22:44:26 +02:00

9 lines
249 B
HTML

{% extends "layout.html" %}
{% set active_page = "orders" -%}
{% import "bootstrap/wtf.html" as wtf %}
{% block container %}
<div class="row">
{{ wtf.quick_form(form, action=url, button_map={'submit_button': 'primary'}) }}
</div>
{% endblock %}