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/payment/update.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/payment/update.html')
diff --git a/templates/payment/update.html b/templates/payment/update.html
index dfa0892..0cd7a06 100644
--- a/templates/payment/update.html
+++ b/templates/payment/update.html
@@ -81,7 +81,7 @@
{% for user in users %}
@@ -97,7 +97,7 @@
{% for category in categories %}
--
cgit v1.2.3