X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=templates%2Fview-login.html;fp=templates%2Flogin-view.html;h=ed7846362069434180d7bde3b9252546877522fe;hb=d1a79ca71659cdcc0de34fb681d9250362eb52e9;hp=a588e26cb63120a0d4e66e5d86751f2fd136c0c9;hpb=1c33a932490a1df3125d92bd026f765c633cc0f6;p=myslice.git diff --git a/templates/login-view.html b/templates/view-login.html similarity index 65% rename from templates/login-view.html rename to templates/view-login.html index a588e26c..ed784636 100644 --- a/templates/login-view.html +++ b/templates/view-login.html @@ -1,8 +1,7 @@ -{% extends 'myslice-layout.html' %} +{% extends 'layout-myslice.html' %} {% block content_related %}

{{ state }}

-Current exp. login is based on hard-wired users
{% csrf_token %} @@ -16,3 +15,10 @@
{% endblock content_related %} + +{% block content_main %} + +This page is currently not connected to any useful authentication system, but instead, as a proof of concept, it uses a set of hardwired user accounts, see auth/backend.py for more details. + + +{% endblock content_main %}