diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:16:37 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:16:37 +0200 |
commit | 1dad22d3e45d6506c8624e3a7111240fcc4ab786 (patch) | |
tree | 35d2c1e84215c6e6a52979bbff0cbc2e8cf77ace /app/templates/modules/orders.html | |
parent | 3aee6067123cd8afd985f68847e6bb476a853bb0 (diff) |
Templates.
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> |