From 7fd59b1a8ebcc703574abe01e90bb98f7a1ffd45 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..6de837c4ce 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 +

{{ _("Can contain alphanumeric characters, dashes (-), underscores (_), periods (.), comma (,) and whitespaces.") }}