1
0
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:
Yohann D'ANELLO
2020-05-22 21:08:44 +02:00
parent 4ab2e9df57
commit 20cb710af5
5 changed files with 120 additions and 14 deletions

View File

@ -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)