mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
adaa354fab
commit
7b1f423c92
|
@ -2077,7 +2077,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
||||||
# event joining options
|
# event joining options
|
||||||
dateAndLocation += '<div>\n'
|
dateAndLocation += '<div>\n'
|
||||||
dateAndLocation += '<label class="labels">' + \
|
dateAndLocation += '<label class="labels">' + \
|
||||||
translate['Joining'] + '</label>\n'
|
translate['Joining'] + '</label><br>\n'
|
||||||
dateAndLocation += '<input type="radio" id="free" ' + \
|
dateAndLocation += '<input type="radio" id="free" ' + \
|
||||||
'name="joinMode" value="free" checked>\n'
|
'name="joinMode" value="free" checked>\n'
|
||||||
dateAndLocation += '<label class="labels" for="free">' + \
|
dateAndLocation += '<label class="labels" for="free">' + \
|
||||||
|
|
Loading…
Reference in New Issue