diff --git a/nsupdate/accounts/templates/registration/registration_form.html b/nsupdate/accounts/templates/registration/registration_form.html index 2d2f21c..193647f 100644 --- a/nsupdate/accounts/templates/registration/registration_form.html +++ b/nsupdate/accounts/templates/registration/registration_form.html @@ -35,6 +35,12 @@

Register new account

+

+ Username: should be related to your person or organisation + (not: to the host(s) you want to register).
+ E-Mail address: must be a working one, we'll send you an activation E-Mail there.
+ Password: please use a sane one, we trust youf. +

{% csrf_token %} {{ form|bootstrap }}