[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:34 UTC 2010


The following commit has been merged in the master branch:
commit 8d7e9b70159dbdaa02c24da87026a92ae88c30c6
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 28 18:56:21 2010 -0400

    Oops, we renamed the template too.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio_www/config/views.py b/live_studio_www/config/views.py
index b28d903..75d139e 100644
--- a/live_studio_www/config/views.py
+++ b/live_studio_www/config/views.py
@@ -10,6 +10,6 @@ def configs(request):
 def view(request, config_id):
     c = get_object_or_404(Config, pk=config_id, user=request.user)
 
-    return render_response(request, 'config/config.html', {
+    return render_response(request, 'config/view.html', {
         'config': c,
     })

-- 
live-studio



More information about the debian-live-changes mailing list