pedagogy: base for uv comment moderation

This commit is contained in:
2019-06-20 01:29:12 +02:00
parent 437af4dd04
commit 3d0f5c0a15
6 changed files with 87 additions and 21 deletions

View File

@ -28,6 +28,7 @@
{% if user.is_owner(comment) %}
<p><a href="{{ url('pedagogy:comment_update', comment_id=comment.id) }}">{% trans %}Edit{% endtrans %}</a></p>
<p><a href="{{ url('pedagogy:comment_delete', comment_id=comment.id) }}">{% trans %}Delete{% endtrans %}</a></p>
<p><a href="{{ url('pedagogy:comment_report', comment_id=comment.id) }}">{% trans %}Report{% endtrans %}</a></p>
{% endif %}
{% endfor %}
{% endif %}