From bf26a9a7d145590e498e6057db27cee2ad162445 Mon Sep 17 00:00:00 2001
From: Joris
Date: Fri, 28 Feb 2025 19:06:20 +0100
Subject: Solidify string equality in templates
"" ~ was missing when updating a payment. Add it everywhere.
---
templates/income/update.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/income/update.html')
diff --git a/templates/income/update.html b/templates/income/update.html
index f5f976e..14d76d2 100644
--- a/templates/income/update.html
+++ b/templates/income/update.html
@@ -52,7 +52,7 @@
{% for user in users %}
@@ -68,7 +68,7 @@
{% for month in months %}
--
cgit v1.2.3