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

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


The following commit has been merged in the master branch:
commit 106ea580471387a3645877f52018ff2880db34f3
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 21:36:30 2010 -0400

    Use radio buttons for most of the interface.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio/config/forms.py b/live_studio/config/forms.py
index a9c47e8..0bfdd30 100644
--- a/live_studio/config/forms.py
+++ b/live_studio/config/forms.py
@@ -21,6 +21,13 @@ for fields in PAGES:
     meta = type('Meta', (), {
         'model': Config,
         'fields': fields,
+        'widgets': {
+            'base': forms.RadioSelect(),
+            'distribution': forms.RadioSelect(),
+            'media_type': forms.RadioSelect(),
+            'architecture': forms.RadioSelect(),
+            'installer': forms.RadioSelect(),
+        },
     })
 
     WIZARD_FORMS.append(type('', (forms.ModelForm,), {'Meta': meta}))

-- 
live-studio



More information about the debian-live-changes mailing list