diff --git a/templates/user_info.html b/templates/user_info.html index c4b91ca..73d331c 100644 --- a/templates/user_info.html +++ b/templates/user_info.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {%- block content %} -{%- if user is not none and user.is_moderator -%} +{%- if user is not none and user.is_moderator() -%}