From 3308be40eeaf1225ea087e4f8de346ad0d391291 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 12 Jul 2018 12:18:51 +0200 Subject: [PATCH] Display the locked status of profiles on the profile details page --- calsocial/templates/profile-details.html | 3 +++ 1 file changed, 3 insertions(+) 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}}