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