From d015aa63b012ad616ce8193b198893b9a50ec756 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 12cc16517..61127ce76 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -123,7 +123,7 @@ {{ form.name(placeholder=_("Add participant"), class="form-control") }}
- +
{% endmacro %}