Skip to content

Commit

Permalink
authors: admin - hide parts to fix issue
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed Aug 29, 2024
1 parent 57d71bb commit bc1457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoap3/authors/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AuthorAdmin(admin.ModelAdmin):
list_display = ["id", "article_id", "first_name", "last_name"]
search_fields = ["article_id"]
raw_id_fields = ["article_id"]
inlines = [AuthorAffiliationInline, AuthorIdentifierInline]
# inlines = [AuthorAffiliationInline, AuthorIdentifierInline]
fields = [
"article_id",
"first_name",
Expand Down

0 comments on commit bc1457c

Please sign in to comment.