diff --git a/files/templates/comments.html b/files/templates/comments.html index bfcac96e51..c01bbfd402 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -12,48 +12,7 @@ {% include "award_modal.html" %} {% endif %} - + {% include "popover.html" %} {% endif %} {% macro single_comment(c, level=1) %} diff --git a/files/templates/popover.html b/files/templates/popover.html new file mode 100644 index 0000000000..d6928cce7e --- /dev/null +++ b/files/templates/popover.html @@ -0,0 +1,42 @@ + \ No newline at end of file diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 55018e92f9..919c3e1235 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -15,48 +15,7 @@ {% endif %} - +{% include "popover.html" %} {% for p in listing if p.can_see(v) %}