diff options
Diffstat (limited to 'templates/income')
-rw-r--r-- | templates/income/create.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/income/create.html b/templates/income/create.html index a7755db..2f57250 100644 --- a/templates/income/create.html +++ b/templates/income/create.html @@ -49,7 +49,7 @@ {% for user in users %} <option value="{{ user.id }}" - {% if "" ~ user.id == user_id %} selected {% endif %} + {% if ("" ~ user.id) == ("" ~ user_id) %} selected {% endif %} > {{ user.name }} </option> |