From 5d944d79d36ca380a67122e9eb306ad223b6ad2a Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 27 May 2018 21:36:58 +0100 Subject: [PATCH] Improve placeholder text --- app/templates/macros/forms.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/macros/forms.html b/app/templates/macros/forms.html index 940c4a2..7700fe2 100644 --- a/app/templates/macros/forms.html +++ b/app/templates/macros/forms.html @@ -46,7 +46,7 @@ {% endif %}
- +
{{ field(class_='form-control', **kwargs) }} @@ -65,7 +65,7 @@ {% endif %}
- +
{{ field(class_='form-control', **kwargs) }}