itf/itf/templates/allauth/socialaccount/account_inactive.html
2012-07-14 05:11:57 +02:00

11 lines
249 B
HTML

{% extends "socialaccount/base.html" %}
{% load i18n %}
{% block head_title %}{% trans "Account Inactive" %}{% endblock %}
{% block content %}
<h1>{% trans "Account Inactive" %}</h1>
<p>{% trans "This account is inactive." %}</p>
{% endblock %}