Skip to content

Instantly share code, notes, and snippets.

@pcustic
Created January 16, 2024 12:07
Show Gist options
  • Save pcustic/ab965ddb4c89793445158cc8d89d75df to your computer and use it in GitHub Desktop.
Save pcustic/ab965ddb4c89793445158cc8d89d75df to your computer and use it in GitHub Desktop.
app/templates/auth/reset_password_success.html
<p style="color: green;">Your password has been successfully updated!</p>
<div>
<span>
<a href="{{ url_for('auth.login') }}">Login</a>
<a href="{{ url_for('main.index') }}">Home</a>
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment