only show to admin and mods

main
Baris Usakli 8 years ago committed by Julian Lam
parent bf847d249a
commit 7b7d05fdc9

@ -4,6 +4,7 @@
<div class="profile row">
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
<h2 class="username"><!-- IF !banned -->@{username}<!-- ELSE -->[[user:banned]]<!-- ENDIF !banned --></h2>
<!-- IF isAdminOrGlobalModeratorOrModerator -->
<!-- IF banned -->
<div class="text-center">
<!-- IF banned_until -->
@ -13,6 +14,7 @@
<!-- ENDIF banned_until -->
</div>
<!-- ENDIF banned -->
<!-- ENDIF isAdminOrGlobalModeratorOrModerator -->
<!-- IF selectedGroup.slug -->
<div class="text-center">

Loading…
Cancel
Save