Adding max text length to invitation text
parent
3c80edcd01
commit
8934861cc7
|
@ -33,7 +33,9 @@ MAX_MEMBERSHIP_FIELDSETS = 4
|
||||||
CreateMembersDirective = ($rs, $rootScope, $confirm, $loading ,lightboxService) ->
|
CreateMembersDirective = ($rs, $rootScope, $confirm, $loading ,lightboxService) ->
|
||||||
extraTextTemplate = """
|
extraTextTemplate = """
|
||||||
<fieldset class="extra-text">
|
<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>
|
</fieldset>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue