aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/list.mako
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-21 20:04:23 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-21 20:04:23 +0100
commit8ae507b78ae3739e1c70d4e2d6249805fba8b572 (patch)
treeef11609a9a289c1bd12905af04ec5b846041ba9d /jm2l/templates/Staff/list.mako
parent5c10b5d1629d5e5f480298acec5387fcd8afedad (diff)
downloadjm2l-8ae507b78ae3739e1c70d4e2d6249805fba8b572.tar.gz
jm2l-8ae507b78ae3739e1c70d4e2d6249805fba8b572.tar.bz2
jm2l-8ae507b78ae3739e1c70d4e2d6249805fba8b572.tar.xz
jm2l-8ae507b78ae3739e1c70d4e2d6249805fba8b572.zip
Fix for W3C
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 682587f..cd5562b 100644
--- a/jm2l/templates/Staff/list.mako
+++ b/jm2l/templates/Staff/list.mako
@@ -28,7 +28,7 @@ from slugify import slugify
% if Entity.description:
<div>${Entity.description | n}</div>
% endif
-<table width="100%" class="table table-striped table-bordered table-hover">
+<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th colspan="2" style="text-align:center;">
@@ -49,7 +49,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")}</a>
+ <span style="float:right;">${task.due_date.strftime("%d %b").decode("utf-8")}</span>
% endif
</td>
<td style="position: relative;width:70px;">