hacking
This commit is contained in:
parent
f8715e6c8b
commit
864910c127
4 changed files with 24 additions and 7 deletions
|
|
@ -99,7 +99,7 @@ class GovPlanDetailView(GovernmentMixin, DetailView):
|
|||
]
|
||||
|
||||
|
||||
class GovPlanProposeUpdateView(GovernmentMixin, LoginRequiredMixin, UpdateView):
|
||||
class GovPlanProposeUpdateView(GovernmentMixin, UpdateView):
|
||||
slug_url_kwarg = "plan"
|
||||
form_class = GovernmentPlanUpdateProposalForm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue