diff --git a/calsocial/templates/profile-details.html b/calsocial/templates/profile-details.html index 8e8645d..446c4d9 100644 --- a/calsocial/templates/profile-details.html +++ b/calsocial/templates/profile-details.html @@ -2,6 +2,9 @@ {% block content %}

+ {% if profile.locked %} + [locked] + {% endif %} {{ profile.display_name }} @{{ profile.user.username}}