clean the main layout now known as unfold1, including for the 2 pieces (unfold1_main...
[unfold.git] / views / templates / view-login.html
index 5a5aeb4..c17ae5d 100644 (file)
@@ -1,15 +1,15 @@
-{% 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>
 <li>
-as a proof of concept, a set of hardwired user accounts, see <code>auth/backend.py</code> for more details. 
+as a proof of concept, a set of hardwired user accounts, see <code>auth/backend.py</code> for more details. However these won't of course have the ability to run real queries at the backend so it's more for testing login and all this.
 Currently hard wired users are:
 <ul>
   {% for k,v in hard_wired_users.iteritems %}
@@ -17,4 +17,4 @@ Currently hard wired users are:
   {% endfor %}
 </ul>
 </li></ul>
-{% endblock content_main %}
+{% endblock unfold1_main %}