Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 welcome.html

View raw Download
text/plain • 566 B
ASCII text
        
            
1
{% extends "mail.html" %}
2
{% block content %}
3
<h1>{% trans username=username %}Hello, {{ username }}!{% endtrans %}</h1>
4
<p>
5
{% trans %}Welcome to the roundabout. Make yourself at home.{% endtrans %}
6
</p>
7
<p>
8
{% trans %}You've just registered for an account at this server. If it wasn't you, write to us and we'll remove this email from our database.{% endtrans %}
9
</p>
10
<p>
11
{% trans %}No email verification is required; email notifications are provided only for your convenience.{% endtrans %}
12
</p>
13
{% endblock %}
14