Implemented calendar

This commit is contained in:
Yusur 2023-02-10 14:15:21 +01:00
parent d2cef14c38
commit 6f53cd3836
15 changed files with 145 additions and 182 deletions

View file

@ -77,6 +77,11 @@
<label for="CB__lockpage">Lock page for editing by other users</label>
</div>
{% endif %}
<div>
<input type="checkbox" id="CB__usecalendar" name="usecalendar" {% if pl_calendar %}checked=""{% endif %}>
<label for="CB__usecalendar">Use calendar:</label>
<input type="date" name="calendar" {% if pl_calendar %}value="{{ pl_calendar }}"{% endif %}>
</div>
{% endif %}
</form>