diff --git a/conservancy/usethesource/templates/usethesource/comment_partial.html b/conservancy/usethesource/templates/usethesource/comment_partial.html new file mode 100644 index 0000000000000000000000000000000000000000..ccbfc0c69dc9e050ade4ca0d997e4488fb92fa61 --- /dev/null +++ b/conservancy/usethesource/templates/usethesource/comment_partial.html @@ -0,0 +1,7 @@ +
{{ comment.user }} — {{ comment.time }} + {% if user.is_staff %} + edit + delete + {% endif %} +
{{ comment.message|linebreaks }} +