web: add 404 page, don't auto-redirect to home

This commit is contained in:
Jens Langhammer
2021-02-20 00:27:32 +01:00
parent dde303f13a
commit 4f374c0c01
3 changed files with 32 additions and 6 deletions

View File

@ -1,7 +1,6 @@
import { gettext } from "django";
import { customElement, html, property, TemplateResult } from "lit-element";
import { AKResponse } from "../../api/Client";
import { TablePage } from "../../elements/table/TablePage";
import "../../elements/buttons/ModalButton";
import "../../elements/buttons/Dropdown";