Skip to content
Snippets Groups Projects
Commit bc9f64ba authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Link password reset request page to log in screen.

parent 59ad0c16
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<span class="lever"></span> <span class="lever"></span>
</label> </label>
</div> </div>
<a href="#!" class="right">Forgot Password?</a> <a href="{{ url_for('auth.password_reset_request') }}" class="right">Forgot Password?</a>
<div class="card-action"> <div class="card-action">
{{ form.submit(class='btn right') }} {{ form.submit(class='btn right') }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment