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
6922f36e
Commit
6922f36e
authored
Nov 23, 2013
by
Ben Waters
Browse files
fix bug for realx 2
parent
50f2034d
Changes
1
Hide whitespace changes
Inline
Side-by-side
hackathon/stepup/views.py
View file @
6922f36e
...
...
@@ -153,7 +153,7 @@ def organization(request, slug):
@
login_required
def
all_organization
(
request
):
return
render_to_response
(
'all_organization.html'
,
{
all_organization
=
Organization
.
objects
.
all
(),
"
all_organization
"
:
Organization
.
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