mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-07 13:44:01 +02:00
Romans were missing
This commit is contained in:
@ -166,6 +166,7 @@ class MediaAdminForm(ModelForm):
|
||||
if "_isbn_addanother" in self.data:
|
||||
self.data = self.data.copy()
|
||||
self.data['_addanother'] = 42
|
||||
self.request.POST = self.data
|
||||
if isbn:
|
||||
# ISBN is present, try with bedeteque
|
||||
scrap_result = self.download_data_bedeteque(isbn)
|
||||
|
Reference in New Issue
Block a user