From e6beb8f49622c3cb14ca47916638b6ac91a7b944 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Fri, 20 Feb 2015 17:44:56 +0100 Subject: Fix tasks issue after update, Fix upload button name Added link task and taskarea --- jm2l/templates/NewIndex.mako | 4 ++++ jm2l/templates/Staff/tasks.mako | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'jm2l/templates') diff --git a/jm2l/templates/NewIndex.mako b/jm2l/templates/NewIndex.mako index 30bedbb..e55f45a 100644 --- a/jm2l/templates/NewIndex.mako +++ b/jm2l/templates/NewIndex.mako @@ -11,6 +11,10 @@ +
+Synchronisez votre calendrier avec le fichier ical JM2L 2015 +
+
 
diff --git a/jm2l/templates/Staff/tasks.mako b/jm2l/templates/Staff/tasks.mako index 2a1d389..b871aa2 100644 --- a/jm2l/templates/Staff/tasks.mako +++ b/jm2l/templates/Staff/tasks.mako @@ -41,5 +41,5 @@ DicForm = { % if 'uid' in form._fields.keys(): - ${helpers.uploader("tasks", form.uid.data, u"Attachement" )} + ${helpers.uploader("tasks", form.uid.data, u"une pièce jointe" )} %endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf