X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-request-view.html;h=502e380b76ee49a53f73671df0422d677c33a23e;hb=5b238095884e99f7fa9776264a91fda169f71866;hp=175863cd2b3cfcc260b35cdf5739d1567cae9d7a;hpb=b63c629c125ed2c24d862ca3963c987e97123d07;p=unfold.git diff --git a/portal/templates/slice-request-view.html b/portal/templates/slice-request-view.html index 175863cd..502e380b 100644 --- a/portal/templates/slice-request-view.html +++ b/portal/templates/slice-request-view.html @@ -16,10 +16,18 @@
-
{% csrf_token %} -{{ form.as_p }} - -
+
{% csrf_token %} +
+ {% for field in form %} +
+ +
{{ field.errors }} {{ field }}
+

{{ field.help_text }}

+
+ {% endfor %} + +
+
{% endblock %}