Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
ee5e0c97
Commit
ee5e0c97
authored
Feb 21, 2016
by
David Haynes
🙆
Browse files
Expiration is now labeled as (required)
- _consistancy_
parent
5d19641a
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/forms.py
View file @
ee5e0c97
...
...
@@ -50,7 +50,7 @@ class URLForm(forms.ModelForm):
# Add a custom expiration choice field.
expires
=
forms
.
ChoiceField
(
required
=
True
,
label
=
'Expiration'
,
label
=
'Expiration
(Required)
'
,
choices
=
EXPIRATION_CHOICES
,
initial
=
NEVER
,
widget
=
forms
.
RadioSelect
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment