| changeset 460 | 5fe876675e24 |
| parent 436 | 60d98f985e3b |
| child 462 | 0572214c8546 |
--- a/src/iconolab/templates/registration/login.html Wed Apr 12 14:36:44 2017 +0200 +++ b/src/iconolab/templates/registration/login.html Wed Apr 12 19:20:16 2017 +0200 @@ -20,6 +20,7 @@ </fieldset> {% endfor %} <input type="hidden" name="next" value="{{next}}"> + <p><a href="{% url 'password_reset' %}">Mot de passe oubliƩ ?</a></p> <input type="submit" value="S'identifier" class="btn btn-block btn-primary"> </form> </div>