Move label to start
This commit is contained in:
parent
7208421021
commit
9f71901a49
|
@ -2,7 +2,7 @@ from django import forms
|
|||
|
||||
|
||||
class RepoForm(forms.Form):
|
||||
label = forms.CharField(label='Label')
|
||||
fingerprint = forms.CharField(label='Fingerprint')
|
||||
location = forms.CharField(label='Location')
|
||||
last_modified = forms.DateTimeField(label='Last Modified', input_formats=["%Y-%m-%dT%H:%M:%S.%z"])
|
||||
label = forms.CharField(label='Label')
|
||||
|
|
Loading…
Reference in New Issue
Block a user