We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47405cb commit f2056aeCopy full SHA for f2056ae
books/models.py
@@ -845,6 +845,7 @@ def get_community_resource_feature_link_url(self):
845
FieldPanel('digital_isbn_13'),
846
FieldPanel('ibook_isbn_13'),
847
FieldPanel('ibook_volume_2_isbn_13'),
848
+ FieldPanel('assignable_isbn_13'),
849
FieldPanel('license_text'),
850
FieldPanel('license_name'),
851
FieldPanel('webview_rex_link'),
@@ -947,6 +948,7 @@ def get_community_resource_feature_link_url(self):
947
948
APIField('digital_isbn_13'),
949
APIField('ibook_isbn_13'),
950
APIField('ibook_volume_2_isbn_13'),
951
+ APIField('assignable_isbn_13'),
952
APIField('license_text'),
953
APIField('license_name'),
954
APIField('license_version'),
0 commit comments