summaryrefslogtreecommitdiff
path: root/ishtar/templates/confirm_wizard.html
diff options
context:
space:
mode:
authorzarkam <zarkam@zarkam.(none)>2011-01-29 13:24:20 +0100
committerzarkam <zarkam@zarkam.(none)>2011-01-29 13:24:20 +0100
commitc9a1754903035260f837c2a5d4ea9b6fe3a76ffb (patch)
treed1d385f9f529231bf500550dce9f37342d8e8187 /ishtar/templates/confirm_wizard.html
parent656f4a1e0d359b873d40c9df6ab951fb90637d10 (diff)
parent0883d7029ebdb4a934407c95c19745b13fe558ca (diff)
downloadIshtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.tar.bz2
Ishtar-c9a1754903035260f837c2a5d4ea9b6fe3a76ffb.zip
Merge branch 'master' of ssh://lysithea.proxience.com/home/proxience/git/ishtar
Diffstat (limited to 'ishtar/templates/confirm_wizard.html')
-rw-r--r--ishtar/templates/confirm_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/confirm_wizard.html b/ishtar/templates/confirm_wizard.html
index 5a92e0d58..371de39c3 100644
--- a/ishtar/templates/confirm_wizard.html
+++ b/ishtar/templates/confirm_wizard.html
@@ -15,7 +15,7 @@
<table class='confirm'>
<caption>{{form_label}}</caption>
{% for label, data, cls in form_data %}
- <tr{%if cls%} class='{{cls}}'{%endif%}><th>{{label}}</th><td>{{data}}</td></th>
+ <tr{%if cls%} class='{{cls}}'{%endif%}><th>{{label}}</th><td>{{data}}</td></tr>
{% endfor %}
</table>
{% endfor %}