writefreely/templates/user/include/silenced.tmpl

6 lines
214 B
Cheetah

{{define "user-silenced"}}
<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}}