project/templates/user/password.html
changeset 123 d4799b7159e4
parent 96 178b89a3ca4f
child 149 7166c54218ef
equal deleted inserted replaced
122:7bdf396d4778 123:d4799b7159e4
     9 
     9 
    10     <p>
    10     <p>
    11         Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly.
    11         Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly.
    12     </p>
    12     </p>
    13 
    13 
    14     <form action="{% url scipycon_password %}" 
    14     <form action="{% url scipycon_password params.scope %}"
    15           method="post">
    15           method="post">
    16             <table class="scipycon-default">
    16             <table class="scipycon-default">
    17                 <tr>
    17                 <tr>
    18                     <td class="label">
    18                     <td class="label">
    19                         <label for="id_old_password">Old password:</label>
    19                         <label for="id_old_password">Old password:</label>
    43                 </tr>
    43                 </tr>
    44                 <tr>
    44                 <tr>
    45                     <td></td>
    45                     <td></td>
    46                     <td>
    46                     <td>
    47                         <input class="button left" type="submit" value="Change password" />
    47                         <input class="button left" type="submit" value="Change password" />
    48                     </td>                    
    48                     </td>
    49                 </tr>
    49                 </tr>
    50             </table>
    50             </table>
    51         
    51         
    52         </table>  
    52         </table>
    53     </form>
    53     </form>
    54 
    54 
    55 {% endblock %}
    55 {% endblock %}
    56