🐛 A new user can't take an existing alias as username
This commit is contained in:
parent
66defee3ea
commit
fbf3a0bcf6
7 changed files with 525 additions and 464 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Account Activation</h2>
|
||||
<h2>{% trans "Account activation" %}</h2>
|
||||
|
||||
An email has been sent. Please click on the link to activate your account.
|
||||
<p>
|
||||
{% trans "An email has been sent. Please click on the link to activate your account." %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% trans "You must also go to the Kfet to pay your membership. The WEI registration includes the BDE membership." %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue