summaryrefslogtreecommitdiff
path: root/ishtar/templates/default_wizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/default_wizard.html')
-rw-r--r--ishtar/templates/default_wizard.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/default_wizard.html b/ishtar/templates/default_wizard.html
index 83f02539b..8607f3e19 100644
--- a/ishtar/templates/default_wizard.html
+++ b/ishtar/templates/default_wizard.html
@@ -5,9 +5,9 @@
<form action="." method="post">{% csrf_token %}
<ul id='form_path'>
{% for step in previous_steps %}
- <li>&raquo; <button name="form_prev_step" value="{{forloop.counter0}}">{{step.form_label}}</button></li>
+ <li>&raquo;&nbsp;<button name="form_prev_step" value="{{forloop.counter0}}">{{step.form_label}}</button></li>
{% endfor %}
- <li class='current'>&raquo; <a href='#'>{{current_step.form_label}}</a></li>
+ <li class='current'>&raquo;&nbsp;<a href='#'>{{current_step.form_label}}</a></li>
</ul>
<div class='form'>
{% if form.forms %}