From 5ea419fe14974ddf058383e371b0450342dcd5e8 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. (cherry picked from commit e30d863c56e17ebb0c8344e6d8513a206d825092) --- 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 86aef153..47ec22eb 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -122,7 +122,7 @@ {{ form.name(placeholder=_("Add participant"), class="form-control") }}
- +
{% endmacro %}