Remove the extra logo reference from login.gohtml
It is not in the common web.gohtml template file.
This commit is contained in:
parent
61fc8ee255
commit
843379a908
|
@ -3,7 +3,6 @@
|
|||
{{- end }}
|
||||
|
||||
{{ define "content" }}
|
||||
<h1><img src="/static/numerus.svg" alt="Numerus" width="620" height="77"></h1>
|
||||
{{ if .Errors -}}
|
||||
<div class="error" role="alert">
|
||||
{{ range $error := .Errors -}}
|
||||
|
|
Loading…
Reference in New Issue