{% extends "./layout.html" %} {% block title %}My Profile{% endblock %} {% block content %}
{% if updateSuccess %}
Profile updated successfully.
{% endif %}
{% if updateError %}
{{updateError}}
{% endif %}

Edit Profile

Must be entered as digits with a suffix of #. For example: 0198212#

Google search this profile by name
{% endblock %}