SciPost Code Repository

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

Reput anonymous

parent b1be9289
No related branches found
No related tags found
No related merge requests found
......@@ -149,3 +149,4 @@ 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