Skip to content

Commit

Permalink
Fixed whitespace control for password form widget
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrehm committed Nov 6, 2014
1 parent 1bba799 commit 809cf24
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -162,7 +162,7 @@

{% block password_widget -%}
{% set type = type|default('password') %}
{{ block('form_widget_simple') }}
{{- block('form_widget_simple') -}}
{%- endblock password_widget %}

{% block hidden_widget -%}
Expand Down

0 comments on commit 809cf24

Please sign in to comment.