From 733103ebc88daa167cfd4f6f70887b2a92f29d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 13 Nov 2016 19:11:37 +0100 Subject: [PATCH] alfortville: remove scan date column (#13950) --- welco/contrib/alfortville/templates/alfortville/dg-table.html | 2 -- .../alfortville/templates/alfortville/mail-table-waiting.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/welco/contrib/alfortville/templates/alfortville/dg-table.html b/welco/contrib/alfortville/templates/alfortville/dg-table.html index 61a433c..86b9563 100644 --- a/welco/contrib/alfortville/templates/alfortville/dg-table.html +++ b/welco/contrib/alfortville/templates/alfortville/dg-table.html @@ -17,7 +17,6 @@
- @@ -29,7 +28,6 @@ {% for object in mails %} - diff --git a/welco/contrib/alfortville/templates/alfortville/mail-table-waiting.html b/welco/contrib/alfortville/templates/alfortville/mail-table-waiting.html index 7b3f2dc..e282804 100644 --- a/welco/contrib/alfortville/templates/alfortville/mail-table-waiting.html +++ b/welco/contrib/alfortville/templates/alfortville/mail-table-waiting.html @@ -12,7 +12,6 @@
{% trans 'Scan Date' %} {% trans 'Post Date' %} {% trans 'Reference' %} {% trans 'Subject' %}
{{object.creation_timestamp|date:"d F Y"|lower}} {{object.post_date|date:"d F Y"|lower}} {{object.reference|default:'-'}} {{object.subject|default:'-'}}
- @@ -22,7 +21,6 @@ {% for object in objects %} -
{% trans 'Scan Date' %} {% trans 'Post Date' %} {% trans 'Reference' %} {% trans 'Subject' %}
{{object.creation_timestamp|date:"d F Y"|lower}} {{object.post_date|default:'-'}} {{object.reference|default:'-'}} {{object.subject|default:'-'}}