Skip to content

Commit

Permalink
Code outline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed May 29, 2013
1 parent d3ee50e commit f0180ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_project/demo_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def demo_tabs(request):
return render_to_response('tabs.html', RequestContext(request, {
'tabs': tabs,
'layout': layout,
}))
}))


def demo_pagination(request):
Expand Down

0 comments on commit f0180ff

Please sign in to comment.