X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=django_simple%2Ftodo%2Ftemplates%2Fedit.html;h=d9128a0efaec491fcb0d60bb81daefb75c5e74e0;hb=1b9e4cd5192fafe2213b582fadd19556fb2ecf3a;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..d9128a0 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,15 @@
+
+ {% csrf_token %} + +
{% endif %} - +

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