diff --git a/sopy/templates/base.html b/sopy/templates/base.html index 90849c7..945aa97 100644 --- a/sopy/templates/base.html +++ b/sopy/templates/base.html @@ -1,3 +1,4 @@ +{% from 'user.html' import user_display -%}
@@ -30,8 +31,8 @@ {% if current_user.anonymous %}{{ message.content }}{% endif %}