Add missing django-allauth templates to prepare for styling

This commit is contained in:
badblocks 2025-03-12 12:56:42 -07:00
parent d942632811
commit 68932b75b6
40 changed files with 552 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{% extends "allauth/layouts/entrance.html" %}
{% load i18n %}
{% load allauth %}
{% block head_title %}
{% translate "Account Inactive" %}
{% endblock head_title %}
{% block content %}
{% element h1 %}
{% translate "Account Inactive" %}
{% endelement %}
{% element p %}
{% translate "This account is inactive." %}
{% endelement %}
{% endblock content %}