{% extends 'base.html' %} {% include 'user/delete_profile_modal.html' %} {% block title %}Reactivate Profile{% endblock %} {% block content %}

You profile where deactivated earlier. Do you want to reactivate it?

{{ form.hidden_tag() }}
{% block right_sidebar %}{% endblock %} {% endblock %}