diff --git a/files/templates/comments.html b/files/templates/comments.html index bfcac96e5..c01bbfd40 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 000000000..d6928cce7 --- /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 55018e92f..919c3e123 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) %}