diff --git a/templates/base.html b/templates/base.html index 38deec21..3d5b9b6b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,6 +40,41 @@ {% endblock %} {% block css %}{% endblock css %} + -
+
-

+

Your account is scheduled for deletion at {{ request.user.delete_permanently_at|date:'N j, Y, P e' }} -

-

Cancel deletion

-

Delete now

+ + +
{% endif %} diff --git a/templates/includes/_form_input.html b/templates/includes/_form_input.html index 02d5ce68..b92ac5b7 100644 --- a/templates/includes/_form_input.html +++ b/templates/includes/_form_input.html @@ -1,27 +1,23 @@ {% load static %} {% load widget_tweaks %} +