diff --git a/www/new.spt b/www/new.spt index 8c4e42c726..9d6cc7defd 100644 --- a/www/new.spt +++ b/www/new.spt @@ -1,7 +1,6 @@ from datetime import datetime from aspen import Response -from gratipay.models.community import slugize from gratipay.models.team import Team [---] request.allow('GET') @@ -58,6 +57,7 @@ still_migrating = delta > 0 +
{{ _("Must contain alphabets. Can optionally contain numbers, dashes (-), underscores (_), periods (.), comma (,) and whitespaces.") }}