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
bookshare
Commits
e5c3b485
Commit
e5c3b485
authored
Feb 13, 2015
by
Daniel W Bond
Browse files
removed owner from from visible to user
parent
62aca689
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/lookouts/forms.py
View file @
e5c3b485
...
...
@@ -17,7 +17,6 @@ class LookoutForm( forms.ModelForm ):
helper
.
layout
=
Layout
(
Fieldset
(
"Your Lookout"
,
Field
(
'isbn'
,
title
=
"ISBN"
),
'owner'
,
HTML
(
"""<hr/ >"""
),
FormActions
(
Submit
(
'submit'
,
'Submit'
,
css_class
=
'btn-primary'
))
),
...
...
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