mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: front-end overhaul. added search, editing, event view, validation
This commit is contained in:
@@ -58,19 +58,19 @@
|
||||
<h1 class="mb-4">Modify an existing event</h1>
|
||||
|
||||
<div class="form-group mb-2">
|
||||
<label for="title">Tytuł</label>
|
||||
<label for="title">Title</label>
|
||||
<input id="title" class="form-control input-field" />
|
||||
</div>
|
||||
<div class="form-group mb-2">
|
||||
<label for="location">Lokalizacja</label>
|
||||
<label for="location">Location</label>
|
||||
<input id="location" class="form-control input-field" />
|
||||
</div>
|
||||
<div class="form-group mb-2">
|
||||
<label for="description">Opis</label>
|
||||
<label for="description">Description</label>
|
||||
<textarea id="description" class="form-control input-field"></textarea>
|
||||
</div>
|
||||
<div class="form-group mb-2">
|
||||
<label for="eventDate">Data</label>
|
||||
<label for="eventDate">Date</label>
|
||||
<input id="eventDate" type="datetime-local" class="form-control input-field" />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user