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 4fa1b11 commit acb914aCopy full SHA for acb914a
reference/api/v1/views.py
@@ -40,7 +40,7 @@ def api_reference(self, request):
40
except Reference.DoesNotExist:
41
new_reference = Reference.objects.create(
42
mixed_citation=post_reference,
43
- estatus=ReferenceStatus.CREATING,
+ status=ReferenceStatus.CREATING,
44
creator=self.request.user,
45
)
46
0 commit comments