auth: Refactor home page
This commit is contained in:
parent
2d5b92f464
commit
b8f1281f78
14 changed files with 222 additions and 129 deletions
|
|
@ -12,9 +12,10 @@
|
|||
<div class="pure-u-1">
|
||||
|
||||
{{ block "form/message" . }}
|
||||
{{ if .Message }}
|
||||
{{ $E := .Error }}
|
||||
{{ if not (eq $E "") }}
|
||||
<div>
|
||||
{{ .Message }}
|
||||
{{ $E }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue