diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-22 22:02:39 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-22 22:02:39 +0100 |
commit | 4f5114fe3ac8e67395f9b3d0b00d2d48bc3b0c72 (patch) | |
tree | c67928ae7df9d9d7732f8ae453e4bc8736f04f3c /cmd/monfront | |
parent | 36d0ea8f5f34c3522902b8a33a35a24f07be0220 (diff) |
monfront - remove more old cruft
Diffstat (limited to 'cmd/monfront')
-rw-r--r-- | cmd/monfront/templates/header.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/monfront/templates/header.html b/cmd/monfront/templates/header.html index 1f9040d..c31a43c 100644 --- a/cmd/monfront/templates/header.html +++ b/cmd/monfront/templates/header.html @@ -92,10 +92,6 @@ <li><a href="/">home</a></li> <li><a href="/checks?filter-state=1&filter-ack=false">checks</a></li> <li><a href="/groups">groups</a></li> - <li class="submenu"> - <form action="/checks" method="get"> - </form> - </li> </ul> </nav> {{ if .Error }}<div class="error">{{ .Error }}</div>{{ end }} |