summaryrefslogtreecommitdiff
path: root/app/templates/modules/orders.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/modules/orders.html')
-rw-r--r--app/templates/modules/orders.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/templates/modules/orders.html b/app/templates/modules/orders.html
index bf94d3d..fd0c13b 100644
--- a/app/templates/modules/orders.html
+++ b/app/templates/modules/orders.html
@@ -5,13 +5,13 @@
Orders
{% endblock %}
+{% block actions %}
+<a href="{{ url_for('add_item', item='order') }}" class="button">Add order</a>
+{% endblock %}
+
{% block content %}
<i>Track your orders and their payment status here.</i>
-<p>
- <a href="{{ url_for('add_item', item='order') }}" class="button">Add order</a>
-</p>
-
<table>
<thead>
<tr>
Copyright 2019--2024 Marius PETER