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:'-'}}