From 5c90e9c68b4f483aa5944a43a05c3fc8bf344a82 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 1 Sep 2018 20:26:22 -0400 Subject: [PATCH] backups: Don't display time as separate column Signed-off-by: James Valleroy Reviewed-by: Joseph Nuthalapati --- plinth/modules/backups/templates/backups.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index f37636334..7eb0cfaab 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -66,7 +66,6 @@ {% trans "Name" %} - {% trans "Time" %} @@ -75,7 +74,6 @@ {% for archive in archives %} {{ archive.name }} - {{ archive.time }}