From 3a01e7eb424a0eadfe27386db275682b9d5ca5bd Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Wed, 22 Apr 2020 18:26:44 +0530 Subject: More Tests --- yaksh/templates/yaksh/course_forum.html | 2 +- yaksh/templates/yaksh/post_comments.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/course_forum.html b/yaksh/templates/yaksh/course_forum.html index ff83c1a..17dc287 100644 --- a/yaksh/templates/yaksh/course_forum.html +++ b/yaksh/templates/yaksh/course_forum.html @@ -73,7 +73,7 @@ {% if user.profile.is_moderator %} - Delete + Delete {% endif %} diff --git a/yaksh/templates/yaksh/post_comments.html b/yaksh/templates/yaksh/post_comments.html index ee54c74..97d6eec 100644 --- a/yaksh/templates/yaksh/post_comments.html +++ b/yaksh/templates/yaksh/post_comments.html @@ -17,7 +17,7 @@ {{post.creator.username}} {{post.created_at|naturaltime}} - {% if user.profile.is_moderator %}Delete{% endif %} + {% if user.profile.is_moderator %}Delete{% endif %} @@ -44,7 +44,7 @@
{{comment.description}}
by: {{comment.creator.username}} . {{comment.created_at|naturaltime}} - {% if user.profile.is_moderator %}Delete{% endif %} + {% if user.profile.is_moderator %}Delete{% endif %} {% endfor %} -- cgit