Partial refactor of event checklist tests

This commit is contained in:
2021-02-14 19:00:23 +00:00
parent be5aa892f0
commit c02e2e6bbf
5 changed files with 87 additions and 91 deletions

View File

@@ -78,7 +78,7 @@ class ActivityFeed(generic.ListView): # Appears on homepage
def get_context_data(self, **kwargs):
# Call the base implementation first to get a context
context = super(ActivityFeed, self).get_context_data(**kwargs)
context['page_title'] = "Activity Feed"
maxTimeDelta = datetime.timedelta(hours=1)
items = []