diff --git a/templates/base.html b/templates/base.html index c291427..5f155a8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -55,19 +55,31 @@ {% if current_user.is_authenticated %} Dashboard
-
- Sign Out -
+ Sign Out {% else %} Login Register {% endif %} -
- + +
+ + @@ -76,5 +88,29 @@