diff --git a/rowers/tasks.py b/rowers/tasks.py index d8e7716c..db9e0b9c 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -116,7 +116,9 @@ from requests_oauthlib import OAuth1, OAuth1Session import pandas as pd import polars as pl -from polars.exceptions import ColumnNotFoundError +from polars.exceptions import ( + ColumnNotFoundError, ComputeError + ) from django_rq import job diff --git a/rowers/templates/user_messages.html b/rowers/templates/user_messages.html index 576fcda7..60a01b82 100644 --- a/rowers/templates/user_messages.html +++ b/rowers/templates/user_messages.html @@ -3,7 +3,20 @@ {% block title %}Messages{% endblock %} {% block main %} -

{{ rower.user.first_name }}'s New Messages

+ + + +

{{ rower.user.first_name }}'s New Messages

+