From ab6c008c80c05d28db5e4520fe917d7ed0f6bb16 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Fri, 26 Feb 2021 22:04:39 -0500 Subject: [PATCH] Don't recurse through the areas on the area list --- setup.py | 2 +- tickle/templates/tickle/area_detail.html | 4 +-- tickle/templates/tickle/area_list.html | 34 +++++++++++++++++++-- tickle/templates/tickle/area_list_item.html | 30 ------------------ 4 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 tickle/templates/tickle/area_list_item.html diff --git a/setup.py b/setup.py index 90a944a..be8e5c6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import pathlib from setuptools import setup, find_packages HERE = pathlib.Path(__file__).parent -VERSION = '0.0.7' +VERSION = '0.0.8' PACKAGE_NAME = 'django_predrill_tickle' AUTHOR = 'David Kerkeslager' AUTHOR_EMAIL = 'david@kerkeslager.com' diff --git a/tickle/templates/tickle/area_detail.html b/tickle/templates/tickle/area_detail.html index bd48777..8fd2142 100644 --- a/tickle/templates/tickle/area_detail.html +++ b/tickle/templates/tickle/area_detail.html @@ -9,9 +9,9 @@ {% block tickle_main %} {% if area.children.count > 0 %} -