{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Account Approved" %}{% endblock %} {% block content %}
{% trans "The user's account is now approved." %}
{% endblock %} {% comment %} **registration/admin_approve_complete.html** Used after admin successfully approves a user's account. This template has no context variables of its own, and should simply inform the admin that the user's account is now active. {% endcomment %}