added new layout with a single column - use this for the slice view
[unfold.git] / views / templates / view-login.html
index 5a5aeb4..6cd126e 100644 (file)
@@ -1,15 +1,15 @@
-{% extends 'layout-myslice.html' %}
+{% extends 'layout-unfold2.html' %}
 
-{% block content_related %}
+{% block unfold2_margin %}
 {% include 'widget-login.html' %}
-{% endblock content_related %}
+{% endblock unfold2_margin %}
 
-{% block content_main %}
+{% block unfold2_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 unfold2_main %}