You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/templates/user_delete_pending.html

11 lines
307 B
HTML

{% extends "layout/immersive.html" %}
{% block content %}
<div class="immersive--content immersive--center">
<h1>{{ _('Done') }}</h1>
<div class="text-center">
{{ _('Your account will be deleted in 7 days.') }}
{{ _('You can cancel this at user setting page.') }}
</div>
</div>
{% endblock %}