X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fedit.html;h=9e7ce808e77d5bbf1325968ada13aa3a2ed301c3;hb=cb84afb9777fdb35d0e4139ddbb9dcb600814653;hp=90cec387f2d32d3d525fa9d462442324eea5614c;hpb=e86b92f83ec41f47f7592d8f3efb7123a122ea90;p=django_unres.git diff --git a/django_simple/todo/templates/edit.html b/django_simple/todo/templates/edit.html index 90cec38..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 %} +

@@ -77,6 +91,13 @@ Calculation type {{ p_type }} + {% if p_type == "replica exchange molecular dynamics - advanced options" %} + + + + {% endif %}