clean the main layout now known as unfold1, including for the 2 pieces (unfold1_main...
[unfold.git] / views / templates / view-login.html
index d4c976c..c17ae5d 100644 (file)
@@ -1,10 +1,10 @@
-{% extends 'layout-myslice.html' %}
+{% extends 'layout-unfold1.html' %}
 
-{% block content_related %}
+{% block unfold1_margin %}
 {% include 'widget-login.html' %}
-{% endblock content_related %}
+{% endblock unfold1_margin %}
 
-{% block content_main %}
+{% block unfold1_main %}
 <code> This page is currently connected to two authentication systems:</code>
 <ul>
 <li> A manifold server, located at <code>{{ manifold_url }}</code>, (configured in <code>myslice/config.py</code>), and</li>
@@ -17,4 +17,4 @@ Currently hard wired users are:
   {% endfor %}
 </ul>
 </li></ul>
-{% endblock content_main %}
+{% endblock unfold1_main %}