Remove "silenced" warning on password-collection.tmpl

Logged-in users never see this particular page, so it's not needed here.
This commit is contained in:
Matt Baer 2019-12-17 13:11:32 -05:00
parent 6f6204a849
commit aa405bc57c
1 changed files with 0 additions and 3 deletions

View File

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