From 755a59a8ca008567f15c9b7dd3b4f90924aa9823 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 16 Apr 2018 10:38:39 +0300 Subject: [PATCH] LIL-363. Hide published tab in profile for simple users --- apps/user/templates/user/profile.html | 4 ++++ apps/user/views.py | 1 + 2 files changed, 5 insertions(+) diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index 0efe07b9..3b107ff5 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -68,9 +68,11 @@ + {% if not simple_user %} + {% endif %} {% comment %}