From e0ebec89195a24771a6a54f337daee38fb4e5c5a Mon Sep 17 00:00:00 2001 From: yn_coder Date: Thu, 9 Aug 2018 09:48:04 +0300 Subject: [PATCH] #19 try mini.css --- templates/base.html | 55 +++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 35 deletions(-) diff --git a/templates/base.html b/templates/base.html index 1688153..cd44173 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,48 +5,32 @@ - + - Simple Azure navigator. - + Simple Azure navigator. + - -
+ {% if current_user.is_authenticated %} + {{current_user.name}} profile + {% else %} + Log in + {% endif %} + {% block body %}{% endblock %} -
-

v 0022 at 08_08_2018

+