{% extends 'base.html' %} {% block title %}Profile - KeepItGoing{% endblock %} {% block content %} {% if success %}
{{ success }}
{% endif %}
{% csrf_token %}
Email cannot be changed
{% endblock %}