diff --git a/templates/base_home.html b/templates/base_home.html index 66b1220..b96ee7b 100644 --- a/templates/base_home.html +++ b/templates/base_home.html @@ -2,9 +2,6 @@ {% load i18n %} {% include 'header.html' %} iVatar :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} -{% if not user.is_anonymous %} -{% include 'navbar.html' %} -{% endif %} {% spaceless %}
diff --git a/templates/home.html b/templates/home.html index c3acfee..71ad914 100644 --- a/templates/home.html +++ b/templates/home.html @@ -13,8 +13,30 @@

{% trans 'ivatar' %}

{% trans 'freeing the web one face at a time' %}

+{% if user.is_anonymous %} {% trans 'Login' %}  {% trans 'Sign up' %}  +{% else %} + +{% endif %} {% trans 'Check email' %} 
diff --git a/templates/navbar.html b/templates/navbar.html index f3dc4ef..6149178 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -23,13 +23,11 @@ {% block nav %}