Cleaning trash from dateform

This commit is contained in:
Antonio de la Rosa 2025-07-05 09:35:41 +02:00
parent 4d82ddced0
commit ca650f9b8e

View file

@ -16,7 +16,6 @@ if h!='':
time=':'.join((str(h), str(min))) time=':'.join((str(h), str(min)))
%> %>
${date}
<input type="date" value="${date}" name="${form}_date" id="${form}_date" /> <input type="date" value="${date}" name="${form}_date" id="${form}_date" />
% if yes_time==True: % if yes_time==True:
<!--<input type="number" min="0" max="23" name="${form}_hour" id="time_${form}_hour" class="form_hour" value="${h}" size="2" maxlength="2"/> <!--<input type="number" min="0" max="23" name="${form}_hour" id="time_${form}_hour" class="form_hour" value="${h}" size="2" maxlength="2"/>