mirror of
https://github.com/writefreely/writefreely
synced 2024-12-13 18:12:28 +00:00
c3f76a3ab8
This puts the verbiage more in line with what the feature does, and leaves room for other moderation controls in the future. NOTE: this includes no backend refactoring, which may be confusing. We should rename things to fit ASAP. Ref T661
5 lines
215 B
Cheetah
5 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}}
|