project/templates/user/login.html
changeset 96 178b89a3ca4f
parent 1 fda1c66b25f9
child 118 78dfa383f6a3
equal deleted inserted replaced
95:f94e0cd9a862 96:178b89a3ca4f
    12             Log in for registered users of the site.
    12             Log in for registered users of the site.
    13         </div>
    13         </div>
    14 
    14 
    15         <form class="authenticate"
    15         <form class="authenticate"
    16               enctype="multipart/form-data"
    16               enctype="multipart/form-data"
    17               action="{% url kiwipycon_login %}"
    17               action="{% url scipycon_login %}"
    18               method="post">
    18               method="post">
    19 
    19 
    20                 <table class="kiwipycon-default">
    20                 <table class="scipycon-default">
    21                     {{ login_form }}
    21                     {{ login_form }}
    22                     <tr>
    22                     <tr>
    23                         <td></td>
    23                         <td></td>
    24                         <td>
    24                         <td>
    25                             <a href="{% url kiwipycon_password_reset %}">Forgot password?</a>
    25                             <a href="{% url scipycon_password_reset %}">Forgot password?</a>
    26                         </td>
    26                         </td>
    27                     </tr>
    27                     </tr>
    28                 </table>
    28                 </table>
    29 
    29 
    30             <input type="hidden"
    30             <input type="hidden"
    48 
    48 
    49         <div class="description">
    49         <div class="description">
    50             If you are not already a member of the site you can register here.
    50             If you are not already a member of the site you can register here.
    51         </div>
    51         </div>
    52 
    52 
    53         <form action="{% url kiwipycon_login %}"
    53         <form action="{% url scipycon_login %}"
    54               method="post">
    54               method="post">
    55                     <table class="kiwipycon-default">
    55                     <table class="scipycon-default">
    56                         {{ register_form }}
    56                         {{ register_form }}
    57                     </table>
    57                     </table>
    58                 <input type="hidden"
    58                 <input type="hidden"
    59                        name="action"
    59                        name="action"
    60                        value="register" />
    60                        value="register" />