No need to convert time since pretty_date takes care of that

This commit is contained in:
2016-11-08 18:34:22 +01:00
parent ad108f2caa
commit 3361aad44d

View File

@@ -58,15 +58,3 @@
| {% endif %}
| {% endfor %}
| {% endblock %}
| {% block footer_scripts %}
| {% if current_user.is_authenticated %}
script.
$('#task-list .task-list-item span.due_date').each(function(){
var current = $(this).text();
if (current){
$(this).html(moment().to(current));
}
});
| {% endif %}
| {% endblock %}