From f2aca63d2d991e359842d2bd71e237b5123b4a6b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 22 Nov 2013 04:15:51 +0100 Subject: [PATCH] fix typo --- nsupdate/accounts/templates/registration/registration_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate/accounts/templates/registration/registration_form.html b/nsupdate/accounts/templates/registration/registration_form.html index 193647f..a875047 100644 --- a/nsupdate/accounts/templates/registration/registration_form.html +++ b/nsupdate/accounts/templates/registration/registration_form.html @@ -39,7 +39,7 @@ 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. + Password: please use a sane one, we trust you.

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