diff --git a/app/templates/base.html b/app/templates/base.html index 9cf286e..bf55fc8 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -25,9 +25,11 @@ 🏍️ Adventures Accommodation {% if current_user.is_authenticated %} - - Share Adventure - + {% if not current_user.is_admin %} + + Share Adventure + + {% endif %} My Profile @@ -60,9 +62,11 @@ Accommodation Stories & Tracks {% if current_user.is_authenticated %} - - New Post - + {% if not current_user.is_admin %} + + New Post + + {% endif %} My Profile