2023-03-22 15:35:33 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
{% call text() %}
|
2024-08-28 13:07:34 +02:00
|
|
|
Hello,
|
|
|
|
{% endcall %}
|
2023-03-22 15:35:33 +01:00
|
|
|
|
2024-08-28 13:07:34 +02:00
|
|
|
{% 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 %}
|
2023-03-22 15:35:33 +01:00
|
|
|
|
2024-08-28 13:07:34 +02:00
|
|
|
{% call text() %}
|
|
|
|
If you continue registering multiple accounts to a single service we will have to disable your account.
|
|
|
|
{% endcall %}
|
2023-03-22 15:35:33 +01:00
|
|
|
|
|
|
|
{% endblock %}
|