X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fedit.html;h=9e7ce808e77d5bbf1325968ada13aa3a2ed301c3;hb=c00096d4052916089e8da3def7188432fe94820e;hp=c1ab55c46b2d2654ac4ba166da754b8f7ac947f8;hpb=591ac48194b207c02ffd7cda59c1c9709a114498;p=django_unres.git diff --git a/django_simple/todo/templates/edit.html b/django_simple/todo/templates/edit.html index c1ab55c..9e7ce80 100644 --- a/django_simple/todo/templates/edit.html +++ b/django_simple/todo/templates/edit.html @@ -6,7 +6,9 @@

Choose type of simulation:  

- +
+
+
{% if basic_adv %}
{% csrf_token %} @@ -32,6 +34,12 @@
+
+ {% csrf_token %} + +
+ {% else %}
@@ -58,10 +66,16 @@
+
+ {% csrf_token %} + +
-{% endif %} +{% endif %} +

@@ -76,6 +90,14 @@ Calculation type {{ p_type }} {{ form.as_table }} + + {% if p_type == "replica exchange molecular dynamics - advanced options" %} + + + + {% endif %}