SciPost Code Repository

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

fix NoEICRec action by including missing return

parent 54c0a253
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ class NoEICRecommendationAction(BaseAction): ...@@ -185,7 +185,7 @@ class NoEICRecommendationAction(BaseAction):
@property @property
def url2(self): def url2(self):
reverse( return reverse(
"submissions:eic_recommendation", "submissions:eic_recommendation",
args=(self.submission.preprint.identifier_w_vn_nr,), args=(self.submission.preprint.identifier_w_vn_nr,),
) )
......
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