Default maximum attendees

merge-requests/8/head
Bob Mottram 2020-08-22 22:09:06 +01:00
parent f1546a2458
commit ab97b36e26
1 changed files with 2 additions and 1 deletions

View File

@ -2074,7 +2074,8 @@ def htmlNewPost(mediaInstance: bool, translate: {},
translate['Maximum attendees'] + ':</label>\n'
dateAndLocation += '<input type="number" ' + \
'id="maximumAttendeeCapacity" ' + \
'name="maximumAttendeeCapacity" min="1" max="999999">\n'
'name="maximumAttendeeCapacity" min="1" max="999999" ' + \
'value="100">\n'
dateAndLocation += '</div>\n'
dateAndLocation += '<div class="container">\n'
# event joining options