SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e3a8288e authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Cut the crap

parent ceecf511
No related branches found
No related tags found
No related merge requests found
...@@ -288,12 +288,7 @@ class Report(models.Model): ...@@ -288,12 +288,7 @@ class Report(models.Model):
remarks_for_editors = models.TextField(blank=True, remarks_for_editors = models.TextField(blank=True,
verbose_name='optional remarks for the Editors only') verbose_name='optional remarks for the Editors only')
anonymous = models.BooleanField(default=True, verbose_name='Publish anonymously') anonymous = models.BooleanField(default=True, verbose_name='Publish anonymously')
# 'validity',
# 'significance',
# 'originality',
# 'clarity',
# 'formatting',
# 'grammar',
objects = ReportManager() objects = ReportManager()
def __str__(self): def __str__(self):
......
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