SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 18ea14ef authored by George Katsikas's avatar George Katsikas :goat:
Browse files

fix profile admin not loading

parent d6ae9b22
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ from .models import Profile, ProfileEmail, ProfileNonDuplicates, Affiliation
class ProfileEmailInline(admin.TabularInline):
model = ProfileEmail
autocomplete_fields = ["added_by"]
extra = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment