diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-03 20:14:12 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-03 20:14:12 +0100 |
| commit | ae6ddecdc6c9dc49488341a9c0d9a20282858e7b (patch) | |
| tree | 97e275e850bf649636c1e0943c0dd32eea10e4d7 /ishtar_common/templates/ishtar/wizard/default_wizard.html | |
| parent | 5f843f6f37b7f711657a951b4f219103aa109087 (diff) | |
| download | Ishtar-ae6ddecdc6c9dc49488341a9c0d9a20282858e7b.tar.bz2 Ishtar-ae6ddecdc6c9dc49488341a9c0d9a20282858e7b.zip | |
Readjust search fields with flex
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/default_wizard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index a39037d10..1a17cf32b 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -35,9 +35,9 @@ <tr class='modify'><td colspan="2"><button name="formset_modify" value="{{wizard.steps.current}}">{% trans "Add/Modify" %}</button></td></tr></li> </table> {% else %} -<table> +{% if not is_search %}<table>{% endif %} {% table_form wizard.form %} -</table> +{% if not is_search %}</table>{% endif %} {% endif %} <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" /> {{ previous_fields|safe }} |
