Skip to content

Commit 65ae29e

Browse files
committed
moved alert
1 parent 8d44d6a commit 65ae29e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

templates/index.html.twig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
{% endfor %}
2323

2424
<form action="#" method="post" data-roadbook-form>
25-
<div id="error" class="alert alert-warning d-none" role="alert"></div>
2625

2726
{# Source Card #}
2827
<div class="card-glass mb-5">
@@ -206,11 +205,11 @@
206205
</div>
207206
</div>
208207

209-
{# Generate CTA #}
210-
<div class="d-flex justify-content-center mt-5">
208+
<div class="d-flex flex-column align-items-center mt-4">
211209
<button type="submit" id="create" name="send" class="btn btn-primary btn-lg btn-primary-action">
212210
Generate your roadbook
213211
</button>
212+
<div id="error" class="alert alert-warning d-none mt-3" role="alert"></div>
214213
</div>
215214

216215
</form>

0 commit comments

Comments
 (0)