diff --git a/templates/base.html b/templates/base.html
index 283c7cf..6a5cddc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -27,6 +27,14 @@
+ {% block navbar_menu %}
+
+ {% endblock %}
{% if user.is_authenticated %}
@@ -59,25 +67,15 @@
{% else %}
-
+
+ Log in
+
+
+ Sign up
+
{% endif %}
- {% block navbar_menu %}
-
- {% endblock %}