{% extends "layout.html" %} {% block content %}

User Dashboard

Update your information below. Username and password cannot be changed here.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}

{{ message }}

{% endfor %} {% endif %} {% endwith %}
This field cannot be empty.
This field cannot be empty.
This field cannot be empty.
Please provide a valid email.
This field cannot be empty.
This field cannot be empty.
Upload your full resume for readers. File must be pdf.
{% endblock content %}