diff --git a/drama/helpers/wrappers.py b/drama/helpers/wrappers.py index e4a85cfb3..0793e5921 100644 --- a/drama/helpers/wrappers.py +++ b/drama/helpers/wrappers.py @@ -48,9 +48,7 @@ def get_logged_in_user(db=None): if not uid: x= (None, None) v = db.query(User).filter_by( - id=uid, - deleted_utc=False - ).first() + id=uid).first() if v and v.agendaposter_expires_utc and v.agendaposter_expires_utc < g.timestamp: v.agendaposter_expires_utc = 0 diff --git a/drama/templates/comments.html b/drama/templates/comments.html index e11f05f84..1cf5d9e7d 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -277,7 +277,7 @@