move form into container
This commit is contained in:
parent
da76456d44
commit
c498a91aa4
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user