From 4685990a5a30e6e85134e67e4655a33a2fc8cb97 Mon Sep 17 00:00:00 2001 From: aandis Date: Sun, 6 Mar 2016 15:26:42 +0530 Subject: [PATCH] Added character restriction explaination. Closes #3880. --- www/new.spt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") }}