diff --git a/core/templates/base.html b/core/templates/base.html index e87fe6d..97cfc9f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -271,15 +271,15 @@
{% if not user.is_authenticated %} - Sign up + Sign up - + Log in {% endif %} {% if user.is_authenticated %} - Logout + Logout {% endif %}
diff --git a/core/templates/window-content/search.html b/core/templates/window-content/search.html index cb4b50a..2b004a8 100644 --- a/core/templates/window-content/search.html +++ b/core/templates/window-content/search.html @@ -26,7 +26,7 @@