X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Fauthentication%2Ftemplates%2Fregistration%2Flogin.html;h=a913ef563d296d55439409d52a905d250a305f11;hb=f84bee65e9c8a2ce6a082e85160a5ccbabe76ebf;hp=9b245989cb820295ddabc4da092e60808aa35e84;hpb=5485b86e25e8b411e9fc7e19c002d1d8de65f92d;p=django_unres.git diff --git a/django_simple/authentication/templates/registration/login.html b/django_simple/authentication/templates/registration/login.html index 9b24598..a913ef5 100644 --- a/django_simple/authentication/templates/registration/login.html +++ b/django_simple/authentication/templates/registration/login.html @@ -2,6 +2,37 @@ {% load i18n %} {% block content %} + +

+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 %} +
    +
    +
    + +
    +
    + +
    +
    +
  • + + +
    +{% if user.is_anonymous %} +Register/login to run and save multiple jobs (optional). +
    +
    {% csrf_token %} {{ form.as_p }} @@ -9,7 +40,16 @@
    - +
    +
    +

    +

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

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

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