phone: use checkmark as ok button for "take line" form

This commit is contained in:
Frédéric Péters 2015-11-09 16:45:10 +01:00
parent 331c7c7bae
commit 347cf96417
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% endif %}
<div id="takephone">
{% trans 'Take phone line' %}<br/> <input name="phoneline" size="10"/>
<button data-action-url="{% url 'phone-take-line' %}" id="take-phoneline">take</button>
<button data-action-url="{% url 'phone-take-line' %}" id="take-phoneline"></button>
</div>
</div>