Change no courier text from "No-one" to "no-one yet"
This commit is contained in:
parent
ca2b682dec
commit
65d6de21fa
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
<form action="{{ url_for('order_bp.volunteer', order_id=order.id) }}" method="post" style="display:inline">
|
||||
<input type="submit" class="btn btn-primary btn-sm" value="Volunteer"></input>
|
||||
</form>
|
||||
{% else %}No-one{% endif %}
|
||||
{% else %}No-one yet{% endif %}
|
||||
{% else %}
|
||||
{{ order.courier.username }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue