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/create.html | 4 ++--
templates/payment/table/search.html | 2 +-
templates/payment/update.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
(limited to 'templates/payment')
diff --git a/templates/payment/create.html b/templates/payment/create.html
index 8d18c13..379662a 100644
--- a/templates/payment/create.html
+++ b/templates/payment/create.html
@@ -69,7 +69,7 @@
{% for user in users %}
diff --git a/templates/payment/table/search.html b/templates/payment/table/search.html
index cb72282..3516da8 100644
--- a/templates/payment/table/search.html
+++ b/templates/payment/table/search.html
@@ -38,7 +38,7 @@
{% for user in users %}
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