aboutsummaryrefslogtreecommitdiff
path: root/templates/payment/table/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/payment/table/search.html')
-rw-r--r--templates/payment/table/search.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<option
value="{{ user.id }}"
- {% if user.id == query.user %} selected {% endif %}
+ {% if "" ~ user.id == "" ~ query.user %} selected {% endif %}
>
{{ user.name }}
</option>