{% extends "layout.html" %} {% block title %}Reset Password - Trade Signals{% endblock %} {% block content %}

Reset Password

Enter your new password below.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
Password must be at least 8 characters long and contain letters and numbers.
{% endblock %} {% block extra_js %} {% endblock %}