From 366cdc27ace6d36505e5dac6ada2944f690ba338 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Thu, 9 Mar 2023 09:41:43 +0000 Subject: [PATCH] Revert unwanted changes to judgments_list_item.html --- .../templates/includes/judgments_list_item.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ds_caselaw_editor_ui/templates/includes/judgments_list_item.html b/ds_caselaw_editor_ui/templates/includes/judgments_list_item.html index 61be6c28a..470bb37b9 100644 --- a/ds_caselaw_editor_ui/templates/includes/judgments_list_item.html +++ b/ds_caselaw_editor_ui/templates/includes/judgments_list_item.html @@ -1,3 +1,4 @@ +{% load waffle_tags %} {% load static i18n %}
  • @@ -54,7 +55,9 @@
  • + {% flag "editor_priority_filter" %} {% translate "judgments.editor_priority" %} +
    @@ -68,6 +71,7 @@
    + {% endflag %}
  • @@ -91,7 +95,7 @@ {% if item.meta.assigned_to %} - {{ item.meta.assigned_to }} + {{ item.meta.assigned_to }} {% else %}
    {% csrf_token %} @@ -110,7 +114,7 @@
    {% if item.meta.assigned_to %} - {{ item.meta.assigned_to }} + {{ item.meta.assigned_to }} {% else %} {% csrf_token %}