From 2bae28290b1802d27a560da184476b83c711c5a1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Aug 2013 17:35:32 +0200 Subject: 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 --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html') 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 %}

{{wizard_label}}

-
{% csrf_token %} +{% csrf_token %}