mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
12 lines
243 B
HTML
Executable File
12 lines
243 B
HTML
Executable File
{% 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 %}
|