From 85e92ff2ee4ca30e0144790a1d95b8023595bf2f Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 22:26:17 +0300 Subject: Cleanup --- servo/templates/orders/edit.html | 2 +- servo/templates/orders/notes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'servo/templates/orders') diff --git a/servo/templates/orders/edit.html b/servo/templates/orders/edit.html index c340585..92fc3f2 100755 --- a/servo/templates/orders/edit.html +++ b/servo/templates/orders/edit.html @@ -1,6 +1,6 @@ {% extends "default.html" %} -{% load staticfiles %} {% load servo_tags %} +{% load static %} {% load i18n %} {% block toolbar %} diff --git a/servo/templates/orders/notes.html b/servo/templates/orders/notes.html index 0e59e81..e7975e6 100755 --- a/servo/templates/orders/notes.html +++ b/servo/templates/orders/notes.html @@ -51,7 +51,7 @@
-
{{ node.get_sender_name }} {{ node.created_at|relative_date }} +
{{ node.get_sender_name }} {{ node.created_at|relative_date }} {% if node.escalation.is_submitted %} {{ node.escalation.escalation_id }} {% endif %} -- cgit v1.2.3