From af99759aa1efa428fb278f23ca7f1a3694054df8 Mon Sep 17 00:00:00 2001 From: Kyle Adams Date: Tue, 9 Jan 2018 13:36:41 -0500 Subject: [PATCH] Removed TODO comments. Actual work remaining to be done is now captured in GH issues, such as this one: https://github.com/switchboardpy/switchboard/issues/54 --- switchboard/admin/index.tpl | 1 - switchboard/conditions.py | 1 - 2 files changed, 2 deletions(-) diff --git a/switchboard/admin/index.tpl b/switchboard/admin/index.tpl index 8751c58..6abe698 100644 --- a/switchboard/admin/index.tpl +++ b/switchboard/admin/index.tpl @@ -574,7 +574,6 @@ } return new Handlebars.SafeString(summary); }); - // TODO: replace with https://github.com/helpers/handlebars-helper-moment Handlebars.registerHelper('timeSince', function(date) { return moment(date).fromNow(); }); diff --git a/switchboard/conditions.py b/switchboard/conditions.py index 9522ee9..d0fb819 100644 --- a/switchboard/conditions.py +++ b/switchboard/conditions.py @@ -6,7 +6,6 @@ :license: Apache License 2.0, see LICENSE for more details. """ -# TODO: i18n # Credit to Haystack for abstraction concepts import datetime