From: David Kerkeslager Date: Sat, 27 Feb 2021 04:12:11 +0000 (-0500) Subject: Fix area list template bug X-Git-Url: https://code.kerkeslager.com/?p=tickle;a=commitdiff_plain;h=8ba1415800b7ab940bd9958841bde40f9e734caf Fix area list template bug --- diff --git a/setup.py b/setup.py index be8e5c6..b4d47a2 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.8' +VERSION = '0.0.9' PACKAGE_NAME = 'django_predrill_tickle' AUTHOR = 'David Kerkeslager' AUTHOR_EMAIL = 'david@kerkeslager.com' diff --git a/tickle/templates/tickle/area_list.html b/tickle/templates/tickle/area_list.html index 3dd870b..ddf0770 100644 --- a/tickle/templates/tickle/area_list.html +++ b/tickle/templates/tickle/area_list.html @@ -14,7 +14,7 @@ {% if area.children.count > 0 %} {% endif %}