{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %} <h1>Validation entreprise</h1> <br> <div style="color:green;">Cliquez sur le bouton Valider pour confirmer votre validation</div> <br> <div class="row"> <div class="col-md-4"> {{ wtf.quick_form(form) }} </div> </div> {% endblock %}