Added input fields on dates.

This commit is contained in:
Kevin Baensch 2021-04-20 14:19:50 +02:00
parent f0c9dfe577
commit cd8ac6a279
Signed by: derped
GPG key ID: C0F1D326C7626543
3 changed files with 32 additions and 13 deletions

View file

@ -7,11 +7,11 @@
<h1>Berichtsheft</h1>
<div class="flex">
<p>Ausbildungsbeginn: </p>
<p class="tdate"></p>
<p class="tdate" onclick="editDate(this, ['meta', 'start']);"></p>
</div>
<div class="flex">
<p>Ausbildungsende: </p>
<p class="tdate"></p>
<p class="tdate" onclick="editDate(this, ['meta', 'end']);"></p>
</div>
<div class="flex">
<p>Name: </p>