1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

fix search label and login view not define header

This commit is contained in:
krvpb024 2024-01-25 19:19:02 +08:00 committed by Frédéric Guillot
parent 84576f2c29
commit c217a31444
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
{{ define "title"}}{{ t "page.login.title" }}{{ end }}
{{ define "header"}}{{ end }}
{{ define "content"}}
<section class="login-form">
<form action="{{ route "checkLogin" }}" method="post">