X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=templates%2Fview-login.html;h=5a5aeb450903472903df3eee3593bb6396cf30d0;hb=da15d556eee34089124b7e24c9c503a8a0cb39e0;hp=ed7846362069434180d7bde3b9252546877522fe;hpb=d1a79ca71659cdcc0de34fb681d9250362eb52e9;p=unfold.git diff --git a/templates/view-login.html b/templates/view-login.html index ed784636..5a5aeb45 100644 --- a/templates/view-login.html +++ b/templates/view-login.html @@ -1,24 +1,20 @@ {% extends 'layout-myslice.html' %} {% block content_related %} -

{{ state }}

- -
- {% csrf_token %} - {% if next %} - - {% endif %} - username: -
- password: -
- -
+{% include 'widget-login.html' %} {% 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. - - + This page is currently connected to two authentication systems: + {% endblock content_main %}