From feb1bb0b698aff9dca17ffaff8a10882c10c9122 Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Fri, 5 Jun 2015 11:34:39 +0200 Subject: [PATCH] Add link to form --- app/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home.html b/app/templates/home.html index 1e035bd..d5826a8 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -20,7 +20,7 @@ {% else %}

No orders available.

{% 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 here. {% else %} Login to create an order, or ask someone else. {% endif %}