diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-07-03 20:23:22 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-03 20:23:22 +0200 |
commit | b4dc6ca4cfb4b72d9a765ad2724509a2fd05f857 (patch) | |
tree | 93502ea84828887738c5f7e45ff52a51bdf37ba0 /app/templates/modules/orders.html | |
parent | eba4c1a3113d24319bccc5c52d4d93838334bd31 (diff) |
Templates.
Diffstat (limited to 'app/templates/modules/orders.html')
-rw-r--r-- | app/templates/modules/orders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/modules/orders.html b/app/templates/modules/orders.html index fd0c13b..658f356 100644 --- a/app/templates/modules/orders.html +++ b/app/templates/modules/orders.html @@ -6,7 +6,7 @@ Orders {% endblock %} {% block actions %} -<a href="{{ url_for('add_item', item='order') }}" class="button">Add order</a> +<a href="{{ url_for('common.add_item', module='orders', table='Order') }}" class="button">Add order</a> {% endblock %} {% block content %} |