diff --git a/templates/base.html b/templates/base.html
index d1dd447..92f0686 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,8 +3,8 @@
- {% block title %}My Social Media API{% endblock %}
{% load static %}
+ {% block title %}My Social Media API{% endblock %}
@@ -16,12 +16,7 @@
Accounts API
Notifications API
Posts API
- Accounts
- {% if user.is_authenticated %}
- Sign Out
- {% else %}
- Sign In
- {% endif %}
+ Accounts
@@ -45,22 +40,7 @@ Sign Up