Explorar el Código

Remove "silenced" warning on password-collection.tmpl

Logged-in users never see this particular page, so it's not needed here.
pull/222/head
Matt Baer hace 4 años
padre
commit
aa405bc57c
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      templates/password-collection.tmpl

+ 0
- 3
templates/password-collection.tmpl Ver fichero

@@ -25,9 +25,6 @@

</head>
<body id="collection" itemscope itemtype="http://schema.org/WebPage">
{{if .Suspended}}
{{template "user-suspended"}}
{{end}}
<header>
<h1 dir="{{.Direction}}" id="blog-title"><a href="/{{.Alias}}/" class="h-card p-author u-url" rel="me author">{{.DisplayTitle}}</a></h1>
</header>


Cargando…
Cancelar
Guardar