wcs: mark tracking code input field as required (#21878)

This commit is contained in:
Frédéric Péters 2018-02-15 13:48:55 +01:00
parent 3f1c4ee147
commit d59c602c33
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div id="_cell_error_{{ cell.id }}" class="errornotice" style="display: none">
{% trans "The tracking code could not been found." %}
</div>
<input id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
<input required id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
<button>{% trans 'Submit' %}</button>
<script>
$(function() {