Fix broken password-collection template

Fixed "user-supsended" to "user-suspended"
pull/222/head
Matt Baer 5 years ago
parent 88a3ed7878
commit acb8f5fe5d
  1. 2
      templates/password-collection.tmpl

@ -26,7 +26,7 @@
</head>
<body id="collection" itemscope itemtype="http://schema.org/WebPage">
{{if .Suspended}}
{{template "user-supsended"}}
{{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>

Loading…
Cancel
Save