X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-request-view.html;h=6aede04ffaa08a218aa299b6da7b015aa947d14a;hb=999111b2487f0b23b43b590052919c81c688e0d2;hp=175863cd2b3cfcc260b35cdf5739d1567cae9d7a;hpb=ee60f435987235b078b8b4693a3f916e1fdb83a8;p=myslice.git diff --git a/portal/templates/slice-request-view.html b/portal/templates/slice-request-view.html index 175863cd..6aede04f 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 %}