diff --git a/cl8/templates/_profile.html b/cl8/templates/_profile.html index 3e90c8e..9e306f4 100644 --- a/cl8/templates/_profile.html +++ b/cl8/templates/_profile.html @@ -70,7 +70,7 @@
{% for tag_dict in tags %} @@ -83,7 +83,7 @@
{% for tag_dict in ungrouped_tags %} @@ -131,4 +131,17 @@
When 'visible' is checked, your profile will show up in searches
+ + + + + diff --git a/cl8/templates/account/account_delete.html b/cl8/templates/account/account_delete.html new file mode 100644 index 0000000..6771250 --- /dev/null +++ b/cl8/templates/account/account_delete.html @@ -0,0 +1,35 @@ +{% extends "account/base.html" %} +{% load i18n %} +{% load account %} +{% block head_title %} {% trans "Delete Account" %} {% endblock %} {% block inner %} ++ {% trans "This will permanently delete your account. If you want to rejoin, we will have to re-invite you." %} +
+ ++ {% blocktrans %}Please contact us if you would like to discuss anything{% endblocktrans %} +
++ {% trans "Your account has been removed." %} +
++ {% trans "If you would like to rejoin, just email us" %} +
+ ++ {% blocktrans %}constellation@ib1.org{% endblocktrans %} +
+