From 8ba1415800b7ab940bd9958841bde40f9e734caf Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Fri, 26 Feb 2021 23:12:11 -0500 Subject: [PATCH] Fix area list template bug --- setup.py | 2 +- tickle/templates/tickle/area_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.20.1