Add link to form

This commit is contained in:
Feliciaan De Palmenaer 2015-06-05 11:34:39 +02:00
parent 47d46223aa
commit feb1bb0b69

View file

@ -20,7 +20,7 @@
{% else %}
<h4>No orders available.</h4>
{% if not current_user.is_anonymous() %}
To create an order, fill in the form on the right.
To create an order, fill in the form <a href="{{ url_for("order_bp.orders") }}">here</a>.
{% else %}
Login to create an order, or ask someone else.
{% endif %}