diff --git a/templates/convos.html b/templates/convos.html
index 025cf210..aefe6297 100644
--- a/templates/convos.html
+++ b/templates/convos.html
@@ -1,10 +1,10 @@
{{lang "convos_head"}}
- {{if not .CurrentUser.IsBanned}}
{{end}}
+ {{if .CurrentUser.Perms.UseConvos or .CurrentUser.Perms.UseConvosIfWithMod}}
{{end}}
-{{if not .CurrentUser.IsBanned}}
+{{if .CurrentUser.Perms.UseConvos or .CurrentUser.Perms.UseConvosIfWithMod}}