From eac5bb765c8d609d3b7eb31316228f8058581796 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 16 May 2022 21:11:52 +0200 Subject: Lil fixes. --- app/templates/modules/add-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/modules/add-item.html') diff --git a/app/templates/modules/add-item.html b/app/templates/modules/add-item.html index 356ce9f..4eaee3d 100644 --- a/app/templates/modules/add-item.html +++ b/app/templates/modules/add-item.html @@ -10,7 +10,7 @@
Add a new item to our {{ table }} table. {% for field in form %} - {{ field.label() }} + {{ field.label() }}
{{ field() }}
{% endfor %}
-- cgit v1.2.3