mirror of https://gitlab.com/bashrc2/epicyon
Default maximum attendees
parent
f1546a2458
commit
ab97b36e26
|
@ -2074,7 +2074,8 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
||||||
translate['Maximum attendees'] + ':</label>\n'
|
translate['Maximum attendees'] + ':</label>\n'
|
||||||
dateAndLocation += '<input type="number" ' + \
|
dateAndLocation += '<input type="number" ' + \
|
||||||
'id="maximumAttendeeCapacity" ' + \
|
'id="maximumAttendeeCapacity" ' + \
|
||||||
'name="maximumAttendeeCapacity" min="1" max="999999">\n'
|
'name="maximumAttendeeCapacity" min="1" max="999999" ' + \
|
||||||
|
'value="100">\n'
|
||||||
dateAndLocation += '</div>\n'
|
dateAndLocation += '</div>\n'
|
||||||
dateAndLocation += '<div class="container">\n'
|
dateAndLocation += '<div class="container">\n'
|
||||||
# event joining options
|
# event joining options
|
||||||
|
|
Loading…
Reference in New Issue