dev-coop/meancoach

View on GitHub
meancoach_project/templates/account/account_inactive.html

Summary

Maintainability
Test Coverage
{% extends "account/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 %}