new view portal.homeview.HomeView that replaces former login_user
[myslice.git] / portal / templates / home-view.html
similarity index 97%
rename from views/templates/view-login.html
rename to portal/templates/home-view.html
index b28f13c..42265a5 100644 (file)
@@ -1,7 +1,9 @@
 {% extends 'layout-unfold2.html' %}
 
 {% block unfold2_margin %}
+{% if not username %}
 {% include 'widget-login.html' %}
+{% endif %}
 {% endblock unfold2_margin %}
 
 {% block unfold2_main %}