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