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:
parent
84576f2c29
commit
c217a31444
2 changed files with 5 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue