Skip to content

Commit

Permalink
Fix broken password-collection template
Browse files Browse the repository at this point in the history
Fixed "user-supsended" to "user-suspended"
  • Loading branch information
thebaer authored and mrvdb committed Dec 9, 2019
1 parent 7926eb2 commit 9f12d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/password-collection.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9f12d0a

Please sign in to comment.