mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
e688f04d6b
* Send full user report asynchronously * Fix test * Filter some fields before exporting * Fix: Domain -> CustomDomain * format settings html * not include RefusedEmail as they are not usable by user and are automatically deleted * send the export to the user email * change email and setting wording * fix user can only export data once * remove alias export section * remove unused import * fix flake8 Co-authored-by: Adrià Casajús <adria.casajus@proton.ch> Co-authored-by: Son <nguyenkims@users.noreply.github.com>
7 lines
261 B
HTML
7 lines
261 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{{ render_text("Hi") }}
|
|
{{ render_text("Please find in the attached zip file a copy of your data which are stored on SimpleLogin. ") }}
|
|
{{ render_text('Best, <br />SimpleLogin Team.') }}
|
|
{% endblock %}
|