lille: adapt validation page to match filling page

This commit is contained in:
Frédéric Péters 2019-04-09 00:04:57 +02:00
parent b9fae6d8e6
commit e599b0ebea
1 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,15 @@
{% extends "wcs/base.html" %}
{% load qommon %}
{% block side %}
{% endblock %}
{% block body %}
{{ tracking_code_box|safe }}
{{ steps|safe }}
<div class="form-validation">
{{ publisher.get_request.session.display_message|safe }}
{{ steps|safe }}
{% standard_text "check-before-submit" %}
{{ form.render|safe }}
</div>