Adding max text length to invitation text

stable
Alejandro Alonso 2015-02-03 08:33:29 +01:00
parent 3c80edcd01
commit 8934861cc7
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ MAX_MEMBERSHIP_FIELDSETS = 4
CreateMembersDirective = ($rs, $rootScope, $confirm, $loading ,lightboxService) ->
extraTextTemplate = """
<fieldset class="extra-text">
<textarea placeholder="(Optional) Add a personalized text to the invitation. Tell something lovely to your new members ;-)"></textarea>
<textarea placeholder="(Optional) Add a personalized text to the invitation. Tell something lovely to your new members ;-)"
maxlength="255">
</textarea>
</fieldset>
"""