Parcourir la source

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 il y a 4 ans
Parent
révision
aa405bc57c
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -3
      templates/password-collection.tmpl

+ 0
- 3
templates/password-collection.tmpl Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer