added field editors

This commit is contained in:
Egor Matveev
2022-01-20 16:50:35 +03:00
parent 7bbdc0956f
commit f46ca936e2
2 changed files with 30 additions and 3 deletions

View File

@@ -44,4 +44,32 @@
</form>
</div>
</div>
<hr><hr>
<h3>Время доступа</h3>
<h5>
<div class="row">
<div class="col-2">
<p>
Время начала<br>
</p>
<p>
Без ограничений&emsp;<input type="checkbox">
</p>
<p>
<input type="datetime-local" value="">
</p>
</div>
<div class="col-2">
<p>
Время окончания<br>
</p>
<p>
Без ограничений&emsp;<input type="checkbox">
</p>
<p>
<input type="datetime-local">
</p>
</div>
</div>
</h5>
{% endblock %}