X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Fauthentication%2Ftemplates%2Fregistration%2Flogin.html;h=a913ef563d296d55439409d52a905d250a305f11;hb=69d7a5223467e681ae6d2c2e184e56a1487c0f7c;hp=b240eeadfe4c4cd2181a951fb23e41b90bdd3c04;hpb=591ac48194b207c02ffd7cda59c1c9709a114498;p=django_unres.git diff --git a/django_simple/authentication/templates/registration/login.html b/django_simple/authentication/templates/registration/login.html index b240eea..a913ef5 100644 --- a/django_simple/authentication/templates/registration/login.html +++ b/django_simple/authentication/templates/registration/login.html @@ -1,26 +1,55 @@ {% extends "base.html" %} +{% load i18n %} {% block content %} -{% if form.errors %} -

Invalid credentials

-{% endif %} +

+UNRES server: ab initio simulations of protein structure
+and dynamics by using the coarse-grained UNRES model. +

+

+

+Run a single job without login. -

-{% csrf_token %} - - - - - - - - - -
{{ form.username.label_tag }}{{ form.username }}
{{ form.password.label_tag }}{{ form.password }}
+
  • + + {% csrf_token %} +
    +
    +
    + +
    +
    + +
    +
  • + - - - -{% endblock %} \ No newline at end of file +
    +{% if user.is_anonymous %} +Register/login to run and save multiple jobs (optional). +
    +
    +
    + {% csrf_token %} + {{ form.as_p }} + + + +
    +
    +
    +

    +

    +

    {% trans "Forgot password" %}? {% trans "Reset it" %}!

    +

    {% trans "Not member" %}? {% trans "Register" %}!

    +
    +
    +{% endif %} +
    + +
    +{% endblock %}