Add link to form
This commit is contained in:
parent
47d46223aa
commit
feb1bb0b69
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue