move form into container
This commit is contained in:
parent
da76456d44
commit
c498a91aa4
@ -17,13 +17,13 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{{ form(form) }}
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
{{ form(form) }}
|
||||||
{% if isSubmitted != null %}
|
{% if isSubmitted != null %}
|
||||||
{% if isSubmitted %}
|
{% if isSubmitted %}
|
||||||
<h5 class="alert alert-success"> Form submitted successfully </h5>
|
<h5 class="alert alert-success"> Email sent successfully </h5>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h5 class="alert alert-danger"> Form failed to submit with errors </h5>
|
<h5 class="alert alert-danger"> Form/email failed to submit with errors. Contact IT </h5>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user