diff --git a/template/src/oj/account/user_index.html b/template/src/oj/account/user_index.html index 5ab6e44..566a5f5 100644 --- a/template/src/oj/account/user_index.html +++ b/template/src/oj/account/user_index.html @@ -19,7 +19,9 @@ {% endifequal %} -
{{ user.userprofile.mood }}
+ {% if user.userprofile.mood %} +{{ user.userprofile.mood }}
+ {% endif %}