diff --git a/apps/main/templates/operation.html b/apps/main/templates/operation.html index 10a74a2..b64e65c 100644 --- a/apps/main/templates/operation.html +++ b/apps/main/templates/operation.html @@ -13,12 +13,12 @@ {% block content %} - + + {% if details %}
{% csrf_token %} - - {% if details %} + {% bootstrap_form form layout='horizontal' size='medium' %}

@@ -32,7 +32,7 @@

- +{% endif %}
@@ -84,7 +84,7 @@ {% endfor %}
-{% endif %} + {% endblock %}