diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-10 18:46:14 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-10 18:46:14 +0100 |
| commit | ea1ad872dec9d6beeafe6ccd4264132f5865079e (patch) | |
| tree | 62c17e2510ebeb661d3a486991a71eb841865a73 /ishtar_common/templates/ishtar/wizard | |
| parent | 85538e0b60da8dcd282988e07234a9c0c4c22db8 (diff) | |
| download | Ishtar-ea1ad872dec9d6beeafe6ccd4264132f5865079e.tar.bz2 Ishtar-ea1ad872dec9d6beeafe6ccd4264132f5865079e.zip | |
UI: search layout
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard')
| -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 89ce860d4..7b8f142e4 100644 --- a/ishtar_common/templates/ishtar/wizard/search.html +++ b/ishtar_common/templates/ishtar/wizard/search.html @@ -26,7 +26,7 @@ <tr class='modify'><td colspan="2"><button name="formset_modify" value="{{wizard.steps.current}}">{% trans "Add/Modify" %}</button></td></tr></li> </table> {% else %} -<div class='form'> +<div class='form search'> {{ wizard.form.as_p }} </div> {% endif %} |
