Private
Public Access
1
0

small improvement coordinates

This commit is contained in:
Sander Roosendaal
2019-11-05 20:40:15 +01:00
parent dc6c6f4d7a
commit 0d48fae3cf
3 changed files with 11 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class FlexibleDecimalField(forms.DecimalField):
# Video Analysis creation form
class VideoAnalysisCreateForm(forms.Form):
name = forms.CharField(max_length=255,label='')
name = forms.CharField(max_length=255,label='Analysis Name')
url = forms.CharField(max_length=255,required=True,label='YouTube Video URL')
delay = forms.IntegerField(initial=0,label='Delay (seconds)')