diff --git a/src/representatives_positions/views.py b/src/representatives_positions/views.py index 15a9bb61e15797941be146bfbc014320e1517078..4a9f5246d4d8a7b6bbc21d3dda6b499944849907 100644 --- a/src/representatives_positions/views.py +++ b/src/representatives_positions/views.py @@ -19,7 +19,7 @@ class PositionFormMixin(generic.View): @method_decorator(csrf_exempt) def dispatch(self, *args, **kwargs): - return super(HomeView, self).dispatch(*args, **kwargs) + return super(PositionFormMixin, self).dispatch(*args, **kwargs) def post(self, request, *args, **kwargs): if 'position-representatives' in request.POST: