{% extends "base.html" %} {% block content %}
{% if updateSuccess %}

Your info has been updated!

{% endif %} {% if usedEmail %}

That email has already been used.

{% endif %}


{% endblock %}