mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
f722cae8d6
* Add multiple registration warning message * Add alert --------- Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
10 lines
327 B
Django/Jinja
10 lines
327 B
Django/Jinja
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Hello,
|
|
|
|
Your have tried to register multiple times to {{service}}, and this is against the terms of service of SimpleLogin. Please don't do that anymore.
|
|
|
|
If you continue registering multiple accounts to a single service we will have to disable your account.
|
|
{% endblock %}
|