From 32906d5bbc8afdbb1017fd7339315fafe2394007 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 May 2021 20:28:09 +0300 Subject: Make note type field editable --- servo/templates/orders/notes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'servo/templates/orders') diff --git a/servo/templates/orders/notes.html b/servo/templates/orders/notes.html index e7975e6..59de5c8 100755 --- a/servo/templates/orders/notes.html +++ b/servo/templates/orders/notes.html @@ -19,11 +19,11 @@
- {% if perms.servo.change_note and order.is_editable %} + {% if perms.servo.change_note and order.is_editable %} - {% else %} + {% else %} - {% endif %} + {% endif %} @@ -51,7 +51,7 @@
-
{{ node.get_sender_name }} {{ node.created_at|relative_date }} +
{{ node.get_heading }} {{ node.created_at|relative_date }} {% if node.escalation.is_submitted %} {{ node.escalation.escalation_id }} {% endif %} -- cgit v1.2.3