From eb37b83778ae301bed71d09f0450f9e763e6d07e Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 12 Jan 2024 21:05:07 -0500 Subject: [PATCH] dead templates --- .../partials/component_recently_passed.html | 12 ------ .../partials/legislation_item_passed.html | 38 ------------------- 2 files changed, 50 deletions(-) delete mode 100644 chicago/templates/partials/component_recently_passed.html delete mode 100644 chicago/templates/partials/legislation_item_passed.html diff --git a/chicago/templates/partials/component_recently_passed.html b/chicago/templates/partials/component_recently_passed.html deleted file mode 100644 index 2f1c714..0000000 --- a/chicago/templates/partials/component_recently_passed.html +++ /dev/null @@ -1,12 +0,0 @@ -

- - Recently Passed
Legislation recently signed into law -

-
-{% for legislation in recently_passed %} - {% include "partials/legislation_item_passed.html" %} -{% endfor %} - - View All Passed Legislation - - diff --git a/chicago/templates/partials/legislation_item_passed.html b/chicago/templates/partials/legislation_item_passed.html deleted file mode 100644 index 14cacaf..0000000 --- a/chicago/templates/partials/legislation_item_passed.html +++ /dev/null @@ -1,38 +0,0 @@ -{% load extras %} -

- Passed on {{legislation.date_passed|date:'n/d'}}
- {{ legislation.friendly_name }} -

-
-
-

- {{ legislation.listing_description | short_blurb }}. -

- -
-
-
- - - -
-
-
-

- {% if legislation.topics %} - - {% for tag in legislation.topics %} - - {{ tag }} -   - {% endfor %} - {% else %} - - {% for tag in legislation.pseudo_topics %} - - {{ tag | committee_topic_only }} -   - {% endfor %} - {% endif %} -

-