X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forge%2Ftemplates%2Flist.html;fp=forge%2Ftemplates%2Flist.html;h=42c2579b845eea21bf43809770cfa81762266f6c;hb=2c011fe6120aa3224ae597c22a9bc0e3afbda945;hp=0000000000000000000000000000000000000000;hpb=fcbf96d0fd7ee178e58385a5db6a6d3a73252924;p=myslice.git diff --git a/forge/templates/list.html b/forge/templates/list.html new file mode 100644 index 00000000..42c2579b --- /dev/null +++ b/forge/templates/list.html @@ -0,0 +1,31 @@ + + + + + Minimal Django File Upload Example + + + + {% if documents %} + + {% else %} +

No documents.

+ {% endif %} + + +
+ {% csrf_token %} +

{{ form.non_field_errors }}

+

{{ form.docfile.label_tag }} {{ form.docfile.help_text }}

+

+ {{ form.docfile.errors }} + {{ form.docfile }} +

+

+
+ +