Remove OG views

Moved to hosting project
This commit is contained in:
Stefan Wehrmeyer 2023-02-03 15:12:20 +01:00
parent 2505abd66f
commit dfd39bf920
6 changed files with 0 additions and 115 deletions

View file

@ -39,10 +39,6 @@ class GovPlanSectionDetailView(GovernmentMixin, DetailView):
return context
class GovPlanSectionDetailOGView(GovPlanSectionDetailView):
template_name = "froide_govplan/section_og.html"
class GovPlanDetailView(GovernmentMixin, DetailView):
slug_url_kwarg = "plan"
template_name = "froide_govplan/detail.html"
@ -68,10 +64,6 @@ class GovPlanDetailView(GovernmentMixin, DetailView):
return context
class GovPlanDetailOGView(GovPlanDetailView):
template_name = "froide_govplan/plan_og.html"
class GovPlanProposeUpdateView(GovernmentMixin, LoginRequiredMixin, UpdateView):
slug_url_kwarg = "plan"
form_class = GovernmentPlanUpdateProposalForm