Changed registration username hint on request

This commit is contained in:
Sebastian Lohff 2017-04-15 16:58:24 +02:00
parent 370bbe58af
commit 7b8e1c93ab
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="panel-heading">Registration</div>
<div class="panel-body">
<p>
<span class="label label-info">Note:</span> Please choose a sane username.
<span class="label label-info">Note:</span> Please choose a username you don't need a username manager for.
</p>
<form method="POST" action="{% url 'user:register' %}">
{% csrf_token %}