forgot this
parent
1ccdc144ba
commit
a13e04a5b7
|
@ -593,7 +593,7 @@ def new_edition(request, work_id, edition_id, by=None):
|
||||||
else:
|
else:
|
||||||
work.description=form.cleaned_data['description']
|
work.description=form.cleaned_data['description']
|
||||||
work.title=form.cleaned_data['title']
|
work.title=form.cleaned_data['title']
|
||||||
work.earliest_publication = None # will reset on next access
|
work.publication_range = None # will reset on next access
|
||||||
work.language = form.cleaned_data['language']
|
work.language = form.cleaned_data['language']
|
||||||
work.save()
|
work.save()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue