aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates')
-rw-r--r--jm2l/templates/NewIndex.mako4
-rw-r--r--jm2l/templates/Staff/tasks.mako2
2 files changed, 5 insertions, 1 deletions
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 @@
<!-- The default timeline stylesheet -->
<link rel="stylesheet" href="/vendor/timeline/css/timeline.css" />
</%def>
+<div class="pull-right">
+Synchronisez votre calendrier avec <a href="/2015/JM2L.ics">le fichier ical JM2L 2015</a>
+</div>
+<br>
<div id="timeline" style="margin-left: -50px;display:block;"></div>
<div class="clearfix">&nbsp;</div>
<div style="top:500px;position: relative">
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 = {
<input type="submit" class="btn btn-primary" value="Valider"></input>
</form>
% 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