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
05feae95
Commit
05feae95
authored
Mar 23, 2016
by
Matthew Rodgers
Browse files
Fixed position of target field
parent
27a08877
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/forms.py
View file @
05feae95
...
@@ -77,6 +77,7 @@ class URLForm(forms.ModelForm):
...
@@ -77,6 +77,7 @@ class URLForm(forms.ModelForm):
<h4>Paste the URL you would like to shorten:</h4>
<h4>Paste the URL you would like to shorten:</h4>
<br />
<br />
"""
),
"""
),
'target'
,
style
=
"background: rgb(#F6F6F6);"
,
style
=
"background: rgb(#F6F6F6);"
,
title
=
"target_url"
,
title
=
"target_url"
,
css_class
=
"first_group"
,
css_class
=
"first_group"
,
...
...
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