Move some things around in prep for more than one form
This commit is contained in:
parent
69e518240c
commit
4dc3acb1f9
@ -36,12 +36,12 @@ class Map(TemplateView):
|
||||
|
||||
|
||||
class Create(LoginRequiredMixin, TemplateView):
|
||||
template_name = "map/how_much_time.html"
|
||||
template_name = "map/form-selector.html"
|
||||
|
||||
|
||||
class BaseForm(LoginRequiredMixin, CreateView):
|
||||
"""View for base case study form."""
|
||||
template_name = 'map/form.html'
|
||||
template_name = 'map/form-case_study.html'
|
||||
success_url = '/case-study/create/success/'
|
||||
model = CaseStudy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user