diff options
Diffstat (limited to 'templates/payment/update.html')
-rw-r--r-- | templates/payment/update.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/payment/update.html b/templates/payment/update.html index 07549de..22a4d01 100644 --- a/templates/payment/update.html +++ b/templates/payment/update.html @@ -97,7 +97,6 @@ {% for category in categories %} <option value="{{ category.id }}" - style="color: {{ category.color }}" {% if "" ~ category.id == category_id %} selected {% endif %} > {{ category.name }} |