diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 15:59:52 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 15:59:52 +0200 |
commit | ffaee081c018b0e254844910fd3878f916196054 (patch) | |
tree | 21b66d88d505320da937c686de31bdea5d714ff0 /app/templates/modules/edit-item.html | |
parent | b4dc6ca4cfb4b72d9a765ad2724509a2fd05f857 (diff) |
Template paths.
Diffstat (limited to 'app/templates/modules/edit-item.html')
-rw-r--r-- | app/templates/modules/edit-item.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/modules/edit-item.html b/app/templates/modules/edit-item.html index 194aa77..16cb686 100644 --- a/app/templates/modules/edit-item.html +++ b/app/templates/modules/edit-item.html @@ -6,7 +6,7 @@ {% block title %}Edit {{ table }} item{% endblock %} {% block content %} -<form action="{{ request.path }}" method="POST"> +<form action="{{ '/fapg' + request.path }}" method="POST"> <fieldset> <legend>Edit item #{{ pk }} in our {{ table }} table.</legend> {% for field in form %} |