diff --git a/project/templates/blocks/user_menu.html b/project/templates/blocks/user_menu.html index 5679af79..54ebf6b6 100644 --- a/project/templates/blocks/user_menu.html +++ b/project/templates/blocks/user_menu.html @@ -1,13 +1,13 @@ {% load static %} {% load thumbnail %} {% if request.user.is_authenticated %}
-
+ {% thumbnail request.user.photo "48x48" crop="center" as im %} {% empty %} {% endthumbnail %} -
+
{% if request.user.role >= request.user.AUTHOR_ROLE %}