From de2aacc2dedecf84d0e04ae80ba507bb1a3fa1a0 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Tue, 9 Jul 2019 13:27:24 +0200
Subject: [PATCH] Add auth.profile view.
---
app/templates/base.html.j2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2
index 40601f13..d34c0e25 100644
--- a/app/templates/base.html.j2
+++ b/app/templates/base.html.j2
@@ -20,7 +20,7 @@
{% if current_user.is_authenticated %}
- - personProfile
+ - personProfile
- chevron_leftLog out
{% else %}