diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-26 15:21:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-26 15:21:54 +0200 |
| commit | d28857c8e7e8fcdfc2b0a3b6fccfee2eff35044a (patch) | |
| tree | 0c63372a171b2da2a1223ff609e691735d4fdd31 /ishtar_common/templates/ishtar/wizard/search.html | |
| parent | 0e811b4439255a9c9030c0c211e78694467656cf (diff) | |
| parent | 9e0053f764bc68d13664e4d47f9b020538453f7e (diff) | |
| download | Ishtar-d28857c8e7e8fcdfc2b0a3b6fccfee2eff35044a.tar.bz2 Ishtar-d28857c8e7e8fcdfc2b0a3b6fccfee2eff35044a.zip | |
Merge branch 'newstyle'
Conflicts:
ishtar_common/static/media/style.css
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/search.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/search.html b/ishtar_common/templates/ishtar/wizard/search.html index 53455a7b4..5cf96552b 100644 --- a/ishtar_common/templates/ishtar/wizard/search.html +++ b/ishtar_common/templates/ishtar/wizard/search.html @@ -6,7 +6,7 @@ {% block content %} <h2>{{wizard_label}}</h2> <ul id='form_path'> - <li class='current'>» <a href='#'>{{current_step.form_label}}</a></li> + <li class='current'><a href='#'>{{current_step.form_label}}</a></li> </ul> <div class='form'> {% if wizard.form.forms %} |
