diff --git a/src/post/templates/post/detail.html b/src/post/templates/post/detail.html index b98563e..bfef282 100644 --- a/src/post/templates/post/detail.html +++ b/src/post/templates/post/detail.html @@ -4,6 +4,8 @@ {% block title %}پست {{ post.user.username }}{% endblock title %} {% block content %} + {% with request.user as client %} + {% with post.users_like as likers %}