diff --git a/lms/www/profiles/profile.html b/lms/www/profiles/profile.html index 1a121516..4b636ae8 100644 --- a/lms/www/profiles/profile.html +++ b/lms/www/profiles/profile.html @@ -39,11 +39,13 @@ {% endif %} + {% if has_course_moderator_role() %} + {% endif %} @@ -192,14 +194,18 @@ {% macro About(member) %} -{% if member.bio %}
{{ _("About") }}
-
{{ member.bio }}
+
+ {% if member.bio %} + {{ member.bio }} + {% else %} + {{ _("Hey, my name is ") }} {{ member.full_name }} + {% endif %} +
-{% endif %} {% endmacro %}