src/cm/templates/site/contact.html
changeset 438 fcc5e2f0befd
parent 0 40c8f766c9b8
child 439 8994d24e4b2f
equal deleted inserted replaced
437:dec07877fd39 438:fcc5e2f0befd
    10 {% endblock %}
    10 {% endblock %}
    11 
    11 
    12 {% block content %}
    12 {% block content %}
    13 
    13 
    14 <h1>Contact</h1>
    14 <h1>Contact</h1>
    15 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">
    15 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %}
    16 <table class="wide_form">
    16 <table class="wide_form">
    17     <tbody>
    17     <tbody>
    18         {% include "site/macros/form_fields.html" %}
    18         {% include "site/macros/form_fields.html" %}
    19     <tr>
    19     <tr>
    20         <td style="vertical-align: top; width: 20%; text-align:right;">
    20         <td style="vertical-align: top; width: 20%; text-align:right;">