mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
d49f6b88a9
* update djlint * reformat all files * update precommit version --------- Co-authored-by: Son NK <son@simplelogin.io>
18 lines
444 B
HTML
18 lines
444 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% call text() %}
|
|
Hello,
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
You have tried to register multiple times to {{ service }}, and this is against the terms of service of SimpleLogin. Please don't do that anymore.
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
If you continue registering multiple accounts to a single service we will have to disable your account.
|
|
{% endcall %}
|
|
|
|
{% endblock %}
|