From 1dad22d3e45d6506c8624e3a7111240fcc4ab786 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 May 2022 13:16:37 +0200 Subject: Templates. --- app/templates/modules/orders.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/templates/modules/orders.html') 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 %} +Add order +{% endblock %} + {% block content %} Track your orders and their payment status here. -

- Add order -

- -- cgit v1.2.3