This commit is contained in:
Wout Schellaert 2015-05-13 13:35:14 +02:00
commit 3aa16e2690

View file

@ -10,7 +10,7 @@
{% if order.can_close(current_user.id) -%}
<a class="btn btn-danger pull-right" href="{{ url_for('.close_order', id=order.id) }}">Close</a><br/>
{%- endif %}</h3>
courrier: {{ order.courrier.username }}
courier: {{ order.courrier.username }}
{% if order.courrier == None and not current_user.is_anonymous() %}
<a href="{{ url_for('.volunteer', id=order.id) }}" class="btn btn-primary btn-sm">Volunteer</a>
{% endif %}
@ -79,4 +79,4 @@
<script type="text/javascript">
$('.select').select2();
</script>
{% endblock %}
{% endblock %}