move form into container

This commit is contained in:
Audrey Jensen 2023-07-25 20:48:03 +00:00
parent da76456d44
commit c498a91aa4

View File

@ -17,13 +17,13 @@
</p>
</div>
{{ form(form) }}
<div class="container">
{{ form(form) }}
{% if isSubmitted != null %}
{% if isSubmitted %}
<h5 class="alert alert-success"> Form submitted successfully </h5>
<h5 class="alert alert-success"> Email sent successfully </h5>
{% 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 %}
{% else %}
{% endif %}