equal
deleted
inserted
replaced
31 </ul> |
31 </ul> |
32 |
32 |
33 |
33 |
34 {% autoescape off %} {{ document }} {% endautoescape %} |
34 {% autoescape off %} {{ document }} {% endautoescape %} |
35 |
35 |
36 <form id="text_create_content" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
36 <form id="text_create_content" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %} |
37 <table class="wide_form"> |
37 <table class="wide_form"> |
38 <tbody> |
38 <tbody> |
39 {% with 'create_content' as form_type %} |
39 {% with 'create_content' as form_type %} |
40 {% include "site/macros/form_fields.html" %} |
40 {% include "site/macros/form_fields.html" %} |
41 {% endwith %} |
41 {% endwith %} |