gva/gnuviechadmin/templates/account/account_inactive.html

10 lines
300 B
HTML
Raw Normal View History

2015-01-17 23:08:41 +01:00
{% extends "account/base.html" %}
{% load i18n %}
{% block title %}{{ block.super }} - {% trans "Account Inactive" %}{% endblock title %}
{% block page_title %}{% trans "Account Inactive" %}{% endblock page_title %}
{% block content %}
<p>{% trans "This account is inactive." %}</p>
{% endblock %}