X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/7f14cb747791cc03d44045e2a0fcfb73eed298e4..183aa1f98a61acb441e082951ff8c24c93cfcc27:/forum/skins/default/templates/node/comments.html?ds=sidebyside diff --git a/forum/skins/default/templates/node/comments.html b/forum/skins/default/templates/node/comments.html index d62e521..4959db5 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -1,83 +1,56 @@ -{% load extra_tags %} -{% load i18n %} - -
- {% if comment.score %}{{ comment.score }}{% endif %} - | -- {{ comment.body }} - | -
- {{comment.user}} - ({% diff_date comment.added_at %}) - {% if comment.can_like %} - - {% endif %} - {% if comment.can_edit %} - - {% endif %} - {% if comment.can_delete %} - - {% endif %} - | -