TheatreGroup not as string
This commit is contained in:
parent
a30fb94020
commit
f1c2347f4a
|
@ -42,7 +42,7 @@ class Script(ItfModel):
|
|||
license_perform = models.ForeignKey("License", related_name="performance_license", help_text="License for performance rights")
|
||||
fts_fields = ['title', 'synopsis', 'author']
|
||||
fk_fields = ['license_adapt', 'license_perform']
|
||||
theatre_group = models.ForeignKey("TheatreGroup", help_text="Theatre Group, if any")
|
||||
theatre_group = models.ForeignKey(TheatreGroup, help_text="Theatre Group, if any")
|
||||
# add_form = 'ScriptForm'
|
||||
|
||||
#Meta
|
||||
|
|
Loading…
Reference in New Issue
Block a user