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