src/cm/templates/site/text_create_content.html
changeset 438 fcc5e2f0befd
parent 321 e13b6d92f70c
child 439 8994d24e4b2f
equal deleted inserted replaced
437:dec07877fd39 438:fcc5e2f0befd
    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 %}