Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Added character restriction explaination. Closes #3880.
Browse files Browse the repository at this point in the history
  • Loading branch information
aandis committed Mar 10, 2016
1 parent fbc830e commit 4685990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/new.spt
Original file line number Diff line number Diff line change
@@ -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')
Expand Down Expand Up @@ -58,6 +57,7 @@ still_migrating = delta > 0
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">

<label><h2>{{ _("Team Name") }}</h2></label>
<p><i>{{ _("Must contain alphabets. Can optionally contain numbers, dashes (-), underscores (_), periods (.), comma (,) and whitespaces.") }}</i></p>
<input type="text" name="name" required autofocus>

<label><h2>{{ _("Image") }}</h2></label>
Expand Down

0 comments on commit 4685990

Please sign in to comment.