From b0da2aeab683ac315678817df92eac288ba263db Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 10 Jan 2010 01:28:21 +0100 Subject: [PATCH] Fixes cache problems when updating an event image. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/events/form.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/events/form.tpl b/templates/events/form.tpl index 67472ee..68550e6 100644 --- a/templates/events/form.tpl +++ b/templates/events/form.tpl @@ -121,14 +121,14 @@ {if $eid && $img}
Image actuelle
- Image actuelle
+ Image actuelle
{/if} {if $upload && $upload->exists()}
Nouvelle image
- Nouvelle Image
+ Nouvelle Image
{/if} -- 2.1.4