From f084cd9d22aa3e6b8f7d0f9404f624c10844dbbd Mon Sep 17 00:00:00 2001 From: Jorge Boucas Date: Thu, 4 Jun 2020 16:17:31 +0200 Subject: [PATCH] front page registration and logout links --- flaski/templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flaski/templates/index.html b/flaski/templates/index.html index f49cc6fa..fda82488 100644 --- a/flaski/templates/index.html +++ b/flaski/templates/index.html @@ -196,12 +196,14 @@ {% if userlogged == "no" %} - -

Login here to see more apps.

+

+ Login or + register to see more apps.

{% else %} -

You are logged in. Click on an App to try it out.

+

You are logged in. Click on an App to try it out.

+

Logout

{% endif %}