summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 17:35:32 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-25 17:35:32 +0200
commit62d12b1e348323e0acd3f76026defce9aab4e5e0 (patch)
tree54218f760a4955d071f934a54811a2be9778894e /ishtar_common/templates
parent255e494370e287c0d0fc78131c4d56e7d805cadb (diff)
downloadIshtar-62d12b1e348323e0acd3f76026defce9aab4e5e0.tar.bz2
Ishtar-62d12b1e348323e0acd3f76026defce9aab4e5e0.zip
Add images to finds (refs #1314)
* an abstract model class has been defined to manage image and thumbnail with resizing on the fly * max size for images and thumbnails are set in project settings * new field have been added to Find model to save images and thumbnails * form and wizard of Find have been changed
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index c14ad281e..28b9850d7 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -6,7 +6,7 @@
{% block content %}
{% block wizard_head %}
<h2>{{wizard_label}}</h2>
-<form action="." method="post" name='wizard'>{% csrf_token %}
+<form action="." method="post" name='wizard'{% if wizard.form.file_upload %} enctype="multipart/form-data"{% endif %}>{% csrf_token %}
<ul id='form_path'>
{% for step in previous_steps %}
<li>&raquo;&nbsp;<button name="form_prev_step" value="{{forloop.counter0}}">{{step.form_label}}</button></li>