From e30d863c56e17ebb0c8344e6d8513a206d825092 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Sat, 19 Oct 2019 00:43:00 +0200 Subject: [PATCH] Change the color of the add a member button. --- ihatemoney/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 12cc1651..61127ce7 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -123,7 +123,7 @@ {{ form.name(placeholder=_("Add participant"), class="form-control") }}
- +
{% endmacro %}