Save the form type (long, short) with the case study

This commit is contained in:
2019-03-04 20:41:15 +00:00
parent 3c45e38fd5
commit f8d4cfe755
3 changed files with 24 additions and 0 deletions

View File

@ -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
##