SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit b1be9289 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove anonymous from Report (temp, to sort WF database)

parent 449b9d83
No related branches found
No related tags found
No related merge requests found
......@@ -149,4 +149,3 @@ class Report(models.Model):
grammar = models.SmallIntegerField(choices=QUALITY_SPEC, blank=True, verbose_name="Quality of English grammar")
#
recommendation = models.SmallIntegerField(choices=REPORT_REC)
anonymous = models.BooleanField(default=True, verbose_name='Publish anonymously')
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