Save the form type (long, short) with the case study
This commit is contained in:
@ -317,6 +317,9 @@ class CaseStudy(models.Model):
|
||||
# Language this case study is written in
|
||||
language = models.CharField(max_length=16, blank=True)
|
||||
|
||||
# Long or short case study?
|
||||
form_type = models.CharField(max_length=16, blank=True)
|
||||
|
||||
##
|
||||
# Territory info
|
||||
##
|
||||
|
Reference in New Issue
Block a user