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

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


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

    You can now override the entire <table> not just the child elements
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/templates/config/add.html b/templates/config/add.html
index c8d333c..4b6a4aa 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -7,9 +7,11 @@
 <p>Step {{ step }} of {{ step_count }}</p>
 <form action="" method="POST">{% csrf_token %}
 
+{% block add_content %}
 <table>
-{% block add-content %}{{ form }}{% endblock %}
+{{ form }}
 </table>
+{% endblock %}
 
 <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
 {{ previous_fields|safe }}

-- 
live-studio



More information about the debian-live-changes mailing list