Skip to content

Commit

Permalink
Add placeholder to DateField
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Nov 8, 2017
1 parent bed9ab7 commit 6031a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indico/web/templates/forms/date_widget.html
Expand Up @@ -2,7 +2,7 @@

{% block html %}
<input type="text" id="{{ field.id }}" value="{{ field._value() }}" name="{{ field.name }}"
{{ input_args | html_params }}>
placeholder="DD/MM/YYYY" {{ input_args | html_params }}>
{% endblock %}

{% block javascript %}
Expand Down

0 comments on commit 6031a81

Please sign in to comment.