mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Initial autofill on UV
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user