docking - beta version, only basic
[django_unres.git] / django_simple / authentication / templates / registration / login.html
index dd03f80..a913ef5 100644 (file)
@@ -3,6 +3,12 @@
 
 {% block content %}
 
+<h3>
+UNRES server: ab initio simulations of protein structure <br>
+and dynamics by using the coarse-grained <a href="http://unres.pl">UNRES</a> model.
+</h3>
+<p>
+<p>
 Run a single job without login.
 
                <li class="list-group-item new-task-item task-item">
@@ -23,8 +29,10 @@ Run a single job without login.
 
 
 <hr>
-Register and login to save many jobs.
-
+{% if user.is_anonymous %}
+Register/login to run and save multiple jobs (optional).
+<div class="row">
+<div class="col-xs-6">
 <form method="post" action=".">
   {% csrf_token %} 
   {{ form.as_p }}
@@ -32,7 +40,16 @@ Register and login to save many jobs.
   <input type="submit" value="{% trans 'Log in' %}" />
   <input type="hidden" name="next" value="{{ next }}" />
 </form>
-
+</div>
+<div class="col-xs-6">
+<p>
+<p>
 <p>{% trans "Forgot password" %}? <a href="{% url 'auth_password_reset' %}">{% trans "Reset it" %}</a>!</p>
 <p>{% trans "Not member" %}? <a href="{% url 'registration_register' %}">{% trans "Register" %}</a>!</p>
+</div>
+</div>
+{% endif %}
+<div class="col-xs-12">
+<img src="/static/LPE.png" class="img-responsive">
+</div>
 {% endblock %}