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/create.html | 4 ++--
templates/income/update.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'templates/income')
diff --git a/templates/income/create.html b/templates/income/create.html
index 2f57250..6ea1fb0 100644
--- a/templates/income/create.html
+++ b/templates/income/create.html
@@ -49,7 +49,7 @@
{% for user in users %}
@@ -65,7 +65,7 @@
{% for month in months %}
@@ -68,7 +68,7 @@
{% for month in months %}
--
cgit v1.2.3