Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forgot_password template missing #41

Open
arielwaissbein opened this issue Apr 10, 2015 · 0 comments
Open

forgot_password template missing #41

arielwaissbein opened this issue Apr 10, 2015 · 0 comments

Comments

@arielwaissbein
Copy link

When I reset a password I get the email follow the link, but the change_password view expects to render_template("frontend/change_password.html",form = form) There is no file change_password.html and the rendering fails.

I tried doing the obvious but it doesn't work. e.g.., if I simply create change_password.html with the following code

  {% from "macros/_form.html" import render_form %}
  {% set page_title = "Change password" %}
  {% extends "layouts/base.html" %}

  {% block body %}
  <h2>Change password</h2>
  {{ render_form(url_for('frontend.change_password'), form)}}
  {% endblock %}

It is render correctly, but when posting with SAVE I get a Forbidden page :( message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant