Initial autofill on UV

This commit is contained in:
tleb
2019-10-18 01:28:59 +02:00
parent 6d0eba6bcf
commit eeb791c460
4 changed files with 167 additions and 2 deletions

View File

@ -294,7 +294,7 @@ class UVCreateView(CanCreateMixin, CreateView):
model = UV
form_class = UVForm
template_name = "core/edit.jinja"
template_name = "pedagogy/uv_create.jinja"
def get_form_kwargs(self):
kwargs = super(UVCreateView, self).get_form_kwargs()