project/templates/registration/submit-registration.html
changeset 191 0eb941d14ec3
parent 134 6d8d8b64853e
child 200 e31a620a511b
equal deleted inserted replaced
190:d351d19d3589 191:0eb941d14ec3
    63       <div class="errors">Please correct the errors below</div>
    63       <div class="errors">Please correct the errors below</div>
    64     {% endif %}
    64     {% endif %}
    65 
    65 
    66       <fieldset>
    66       <fieldset>
    67         <legend>Details</legend>
    67         <legend>Details</legend>
       
    68         <strong>SciPy.in has a registration fee and nominal charges for
       
    69         accommodation of out station students and teachers. Please
       
    70         make sure you read the details before you register.
       
    71         <a href="{% url scipycon_fees params.scope %}">Click here</a>
       
    72         for details.</strong>
    68         <table class="scipycon-default required">
    73         <table class="scipycon-default required">
    69           {% for field in registration_form.personal_fields %}
    74           {% for field in registration_form.personal_fields %}
    70             <tr class="{% cycle odd,even %}">
    75             <tr class="{% cycle odd,even %}">
    71               <th>{{ field.label_tag }}</th>
    76               <th>{{ field.label_tag }}</th>
    72               <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }}</td>
    77               <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }}</td>