diff --git a/conservancy/usethesource/templates/usethesource/comment_partial.html b/conservancy/usethesource/templates/usethesource/comment_partial.html index 9716d5d2f54ad3c1edd365d54b12480472d38dbd..c0af28d60d86658dff16752cc4c7cd30035712ea 100644 --- a/conservancy/usethesource/templates/usethesource/comment_partial.html +++ b/conservancy/usethesource/templates/usethesource/comment_partial.html @@ -1,4 +1,4 @@ -
{{ comment.user }} — {{ comment.time }} +
{% if comment.attribute_to %}{{ comment.attribute_to }}{% else %}{{ comment.user }}{% endif %} — {{ comment.time }} {% if user.is_staff %} edit delete