SciPost Code Repository

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

fix ref indications after ref invitations refactor

parent 01d7a917
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ class RefereeIndication(models.Model): ...@@ -93,7 +93,7 @@ class RefereeIndication(models.Model):
): ):
return "author" return "author"
elif self.indicated_by.id in self.submission.referee_invitations.values_list( elif self.indicated_by.id in self.submission.referee_invitations.values_list(
"profile__id", flat=True "referee__id", flat=True
): ):
return "referee" return "referee"
elif self.indicated_by in self.submission.fellows.values_list( elif self.indicated_by in self.submission.fellows.values_list(
......
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