Ok, so here are the actual changes. Woops!
[mediagoblin.git] / mediagoblin / views.py
index 6145484b38e26489e7b4ab74f7446139ecd7a18d..e7d9dbdddfb1bc4cdab1782d4ae776778df04fa5 100644 (file)
@@ -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):