From: David Kerkeslager Date: Sat, 27 Feb 2021 03:04:39 +0000 (-0500) Subject: Don't recurse through the areas on the area list X-Git-Url: https://code.kerkeslager.com/?p=tickle;a=commitdiff_plain;h=ab6c008c80c05d28db5e4520fe917d7ed0f6bb16 Don't recurse through the areas on the area list --- 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 %} -