diff --git a/drama/__main__.py b/drama/__main__.py index f90e7c7830..a376df4d94 100644 --- a/drama/__main__.py +++ b/drama/__main__.py @@ -176,7 +176,7 @@ def retry(f): except OperationalError as e: #self.session.rollback() #raise(DatabaseOverload) - abort(500) + print("sex") except: self.session.rollback() return f(self, *args, **kwargs) diff --git a/drama/templates/comments.html b/drama/templates/comments.html index bfc94084dd..62440ac6e3 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -114,7 +114,7 @@
{% if c.banaward %}  {% endif %} - {% if c.active_flags %} {{c.active_flags}} Flags {% endif %} + {% if c.active_flags %} {{c.active_flags}} Reports {% endif %} {% if c.over_18 %}+18 {% endif %} {% if c.is_nsfl %}nsfl {% endif %} {% if v and v.admin_level==6 and c.author.shadowbanned %} {% endif %} @@ -192,10 +192,10 @@
Reported by: + {% for f in c.flags %} +
  • @{{ f.user.username }}: "{{f.reason}}"
  • + {% endfor %} +
    {% endif %} @@ -280,7 +280,7 @@
    -
    +
    @@ -42,4 +35,4 @@
    - \ No newline at end of file +