From c0c74c7df2a949893caf850b40e67355450791f3 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 24 Jul 2018 13:30:26 -0400 Subject: [PATCH] Fix padding of placeholder text in example field --- templates/requests/screen-1.html.to | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requests/screen-1.html.to b/templates/requests/screen-1.html.to index efbf57eb..e9cc5ca8 100644 --- a/templates/requests/screen-1.html.to +++ b/templates/requests/screen-1.html.to @@ -140,7 +140,7 @@
{{ f.supporting_organization.label }} - {{ f.supporting_organization(placeholder="Example: AF CCE/HNI, Navy SPAWAR, MITRE", class_="usa-unstyled-list") }} + {{ f.supporting_organization(placeholder="Example: AF CCE/HNI, Navy SPAWAR, MITRE") }} {% for e in f.supporting_organization.errors %}
{{ e }}