aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/list.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/Staff/list.mako')
-rw-r--r--jm2l/templates/Staff/list.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/jm2l/templates/Staff/list.mako b/jm2l/templates/Staff/list.mako
index a7abbf9..6746bea 100644
--- a/jm2l/templates/Staff/list.mako
+++ b/jm2l/templates/Staff/list.mako
@@ -56,7 +56,7 @@ from slugify import slugify
<a href="/Staff/tasks/${task.uid}">
<span class="name">${task.name}</span>
</a>
- <span style="float:right;">${task.due_date.strftime("%d %b").decode("utf-8")}</span>
+ <span style="float:right;">${task.due_date.strftime("%d %b")}</span>
% endif
</td>
<td style="position: relative;width:70px;">
@@ -95,4 +95,4 @@ from slugify import slugify
$('a[href="' + location.hash + '"]').tab('show');
}
</script>
-</%def> \ No newline at end of file
+</%def>