Skip to content

Commit

Permalink
am-impact#177 fix make placeholders translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
WHITE-developer committed Jul 24, 2018
1 parent aa58988 commit a8fb0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_display/templates/_includes/forms/text.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
{%- if autocomplete is not defined or not autocomplete %} autocomplete="off"{% endif %}
{%- if disabled is defined and disabled %} disabled {% endif %}
{%- if readonly is defined and readonly %} readonly {% endif %}
{%- if placeholder is defined %} placeholder="{{ placeholder }}"{% endif %}
{%- if placeholder is defined %} placeholder="{{ placeholder | t }}"{% endif %}
{%- if required is defined and required %} required {% endif %}>
{%- if type == 'password' %}</div>{% endif %}

0 comments on commit a8fb0f9

Please sign in to comment.