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
27a08877
Commit
27a08877
authored
Mar 23, 2016
by
Matthew Rodgers
Browse files
Added Placeholder for Full URL.
parent
6ad76dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/forms.py
View file @
27a08877
...
...
@@ -14,6 +14,7 @@ class URLForm(forms.ModelForm):
label
=
'Long URL (Required)'
,
max_length
=
1000
,
widget
=
forms
.
URLInput
(
attrs
=
{
'placeholder'
:
'https://yoursite.com/'
})
)
...
...
@@ -76,9 +77,6 @@ class URLForm(forms.ModelForm):
<h4>Paste the URL you would like to shorten:</h4>
<br />
"""
),
PrependedText
(
'target'
,
'https://'
,
),
style
=
"background: rgb(#F6F6F6);"
,
title
=
"target_url"
,
css_class
=
"first_group"
,
...
...
David Haynes
🙆
@dhaynes3
mentioned in issue
#27 (closed)
·
Apr 08, 2016
mentioned in issue
#27 (closed)
mentioned in issue #27
Toggle commit list
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