Remove "this".
This commit is contained in:
parent
f2c5c26262
commit
0e3e6ae06f
|
@ -331,7 +331,7 @@ class EventProposal(UserSubmittedModel):
|
||||||
|
|
||||||
allow_video_recording = models.BooleanField(
|
allow_video_recording = models.BooleanField(
|
||||||
default=True,
|
default=True,
|
||||||
help_text='Uncheck this to avoid video recording.'
|
help_text='Uncheck to avoid video recording.'
|
||||||
)
|
)
|
||||||
|
|
||||||
duration = models.IntegerField(
|
duration = models.IntegerField(
|
||||||
|
|
Loading…
Reference in a new issue