From 9490aca8b8551824d7a83d0d419501e1a0ab5c3a Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sun, 12 Jan 2020 10:32:33 +0000 Subject: [PATCH] label for checkbox text --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index df454653..04b858a5 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1118,7 +1118,7 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \ dateAndLocation='' if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion': dateAndLocation='<div class="container">' - dateAndLocation+='<p><input type="checkbox" class="profilecheckbox" name="schedulePost">'+translate['Schedule post for release at this date and time.']+'</p>' + dateAndLocation+='<p><input type="checkbox" class="profilecheckbox" name="schedulePost"><label class="labels">'+translate['Schedule post for release at this date and time.']+'</label></p>' dateAndLocation+='<p><img loading="lazy" alt="" title="" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>' dateAndLocation+='<label class="labels">'+translate['Date']+': </label>' dateAndLocation+='<input type="date" name="eventDate">'