From ca0586953fa0da443ab54eb960bf90a8fbdeed7d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 14:42:23 +0000 Subject: add registration --- app/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index c40482d..3070587 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -9,7 +9,11 @@
Annotate Change: Home + {% if current_user.is_anonymous %} Login + {% else %} + Logout + {% endif %}

{% with messages = get_flashed_messages() %} -- cgit v1.2.3