diff options
Diffstat (limited to 'app/templates/modules/orders.html')
-rw-r--r-- | app/templates/modules/orders.html | 8 |
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> |