writefreely/templates/user/include/suspended.tmpl

6 lines
215 B
Cheetah

{{define "user-suspended"}}
<div class="alert info">
<p><strong>Your account has been silenced.</strong> You can still access all of your posts and blogs, but no one else can currently see them.</p>
</div>
{{end}}