.
This commit is contained in:
@@ -329,6 +329,10 @@ class LongSeries(models.Model):
|
||||
related_name="long_series",
|
||||
)
|
||||
|
||||
open_access = models.BooleanField(
|
||||
help_text="If a question should be freely available to browse", default=True
|
||||
)
|
||||
|
||||
|
||||
def __str__(self):
|
||||
if self.long:
|
||||
|
||||
Reference in New Issue
Block a user