diff options
Diffstat (limited to 'activities/views')
-rw-r--r-- | activities/views/timelines.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activities/views/timelines.py b/activities/views/timelines.py index 38f9331..65b6c49 100644 --- a/activities/views/timelines.py +++ b/activities/views/timelines.py @@ -57,7 +57,6 @@ class Home(FormView): return redirect(".") -@method_decorator(identity_required, name="dispatch") class Local(TemplateView): template_name = "activities/local.html" |