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
stepUP
Commits
50f2034d
Commit
50f2034d
authored
Nov 23, 2013
by
Ben Waters
Browse files
fix bug for realx
parent
6587b0ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
hackathon/stepup/views.py
View file @
50f2034d
...
...
@@ -126,7 +126,7 @@ def person(request, slug):
@
login_required
def
all_person
(
request
):
return
render_to_response
(
'all_person.html'
,
{
all_person
=
Person
.
objects
.
all
(),
"
all_person
"
:
Person
.
objects
.
all
(),
},
context_instance
=
RequestContext
(
request
),
)
...
...
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