Revision 890b0eaf astakos/im/templates/index.html

b/astakos/im/templates/index.html
11 11
    {% if "local" in im_modules %}
12 12
      <div class="span4">
13 13
        <h4>Local account</h4>
14
        <form action="{% url astakos.im.target.local.login %}" method="post" class="form-stacked">
14
        <form action="{% url astakos.im.target.local.login %}" method="post" class="form-stacked">{% csrf_token %}
15 15
          {{ form.as_p }}
16 16
         <div>
17
            <a href="{% url astakos.im.views.reclaim_password %}">Forgot your password?</a>
17
            <a href="{% url django.contrib.auth.views.password_reset %}">Forgot your password?</a>
18 18
         </div>
19 19
         <br>
20 20
          <div class="">

Also available in: Unified diff