[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 17769f81652be37cf0ffce53de08b7ef01feb782
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 21:41:47 2010 -0400

    Move "step X of Y" to the bottom.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/templates/config/add.html b/templates/config/add.html
index 4b6a4aa..70d6f9d 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -4,7 +4,6 @@
 
 <h1>Add new configuration</h1>
 
-<p>Step {{ step }} of {{ step_count }}</p>
 <form action="" method="POST">{% csrf_token %}
 
 {% block add_content %}
@@ -18,4 +17,6 @@
 <input type="submit" value="Next">
 </form>
 
+<p>Step {{ step }} of {{ step_count }}</p>
+
 {% endblock %}

-- 
live-studio



More information about the debian-live-changes mailing list