diff -r 1132f5f6eddf -r e13b6d92f70c src/cm/templates/site/text_create_upload.html --- a/src/cm/templates/site/text_create_upload.html Mon Oct 11 14:46:20 2010 +0200 +++ b/src/cm/templates/site/text_create_upload.html Mon Oct 11 15:04:45 2010 +0200 @@ -31,7 +31,9 @@
- {% include "site/macros/form_fields.html" %} + {% with 'upload_content' as form_type %} + {% include "site/macros/form_fields.html" %} + {% endwith %}