From ffaee081c018b0e254844910fd3878f916196054 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Jul 2022 15:59:52 +0200 Subject: Template paths. --- app/templates/modules/edit-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/modules/edit-item.html') 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 %} -
+
Edit item #{{ pk }} in our {{ table }} table. {% for field in form %} -- cgit v1.2.3