v0.10.13 - Fixed: You can't see an event, if it's one day over time
Removed search bar from events Added: You can't click on sites you're already on at the admin panel
This commit is contained in:
@@ -10,15 +10,7 @@
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
<div class="row align-items-center">
|
||||
|
||||
<form method="post" action="{{ route("events.store") }}">
|
||||
@csrf
|
||||
<input type="text" class="form-controller" id="search" name="search" placeholder="//TODO: Søg på navn, efternavn, tlf"></input>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<table class="tbl mt-2">
|
||||
<table class="tbl mt-1">
|
||||
<tr>
|
||||
<th>Tilmeldtes Fornavn</th>
|
||||
<th>Tilmeldtes Efternavn</th>
|
||||
|
||||
Reference in New Issue
Block a user