Replace slider with select

This commit is contained in:
Nicolas Lœuillet
2016-03-14 13:49:47 +01:00
parent 37b371726b
commit 6432b9277e
5 changed files with 14 additions and 7 deletions

View File

@ -47,6 +47,7 @@
{{ form_label(form.config.reading_speed) }}
{{ form_errors(form.config.reading_speed) }}
{{ form_widget(form.config.reading_speed) }}
<p>{% trans %}You can use online tools to estimate your reading speed{% endtrans %} (<a href="http://www.myreadspeed.com/calculate/">{% trans %}like this one{%endtrans%}</a>).</p>
</div>
</div>