Remove OG views
Moved to hosting project
This commit is contained in:
parent
2505abd66f
commit
dfd39bf920
6 changed files with 0 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue