move routes in seperate files; better error handling for enpoint functions
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
<nav class="navbar sticky-top bg-dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand">crowsnest</a>
|
||||
<form class="d-flex" role="search" method="post" action="/search" up-submit up-autosubmit up-target=".content">
|
||||
<a class="navbar-brand text-light">crowsnest</a>
|
||||
<form class="d-flex" role="search" method="post" action="/up/search" up-submit up-autosubmit up-target=".content">
|
||||
<input name="search" class="form-control me-2" type="search" placeholder="Suche" aria-label="Suche">
|
||||
<button class="btn btn-outline-success" type="submit">Suchen</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user