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