aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/views.py
diff options
context:
space:
mode:
authorRasmus Larsson <flame@constantine.(none)>2011-07-09 15:52:30 +0200
committerRasmus Larsson <flame@constantine.(none)>2011-07-09 15:52:30 +0200
commit5647d641a27b1ebd9f9de4c8b6c452d80be0f4a2 (patch)
tree07e9afd4a32a11a0b7705ca1dec3e0365eb5cbfb /mediagoblin/views.py
parent13bb1d676e3363605d87acd34bdb6b701ec467dd (diff)
downloadmediagoblin-5647d641a27b1ebd9f9de4c8b6c452d80be0f4a2.tar.lz
mediagoblin-5647d641a27b1ebd9f9de4c8b6c452d80be0f4a2.tar.xz
mediagoblin-5647d641a27b1ebd9f9de4c8b6c452d80be0f4a2.zip
Updated spacings in code for better readability
Diffstat (limited to 'mediagoblin/views.py')
-rw-r--r--mediagoblin/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/views.py b/mediagoblin/views.py
index 6145484b..e7d9dbdd 100644
--- a/mediagoblin/views.py
+++ b/mediagoblin/views.py
@@ -25,7 +25,7 @@ def root_view(request):
return render_to_response(
request, 'mediagoblin/root.html',
{'media_entries': media_entries,
- 'allow_registration': mg_globals.app_config["allow_registration"]})
+ 'allow_registration': mg_globals.app_config["allow_registration"]})
def simple_template_render(request):