This commit is contained in:
2022-07-16 17:02:10 +02:00
parent 5ab9b099ee
commit 25fc44b8b1

View File

@@ -3,9 +3,9 @@
{% block content %} {% block content %}
<form method="POST"> <form method="POST">
<br /> <br />
<div class="btn-group d-flex" role="group" aria-label="order_buttons"> <div class="btn-group d-flex" role="group" aria-label="order_buttons">
<button type="submit" name="submit_button" value="option1" class="btn btn-primary w-100 py-5">Left</button> <button type="submit" name="submit_button" value="option1" class="btn btn-primary w-100 py-5">Left</button>
<button type="submit" name="submit_button" value="option2" class="btn btn-secondary w-100 py-5">Right</button> <button type="submit" name="submit_button" value="option2" class="btn btn-secondary w-100 py-5">Right</button>
</div> </div>
</form> </form>
{% endblock %} {% endblock %}