From 26b29656b2bff8ec8c6f749c22f3ff88ed8a49f5 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Sat, 27 Feb 2021 20:46:04 -0500 Subject: [PATCH] Fix template names --- setup.py | 2 +- tickle/templates/tickle/boulder_breadcrumb_trail.html | 10 ++++++++++ tickle/templates/tickle/climb_breadcrumb_trail.html | 7 ------- 3 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 tickle/templates/tickle/boulder_breadcrumb_trail.html delete mode 100644 tickle/templates/tickle/climb_breadcrumb_trail.html diff --git a/setup.py b/setup.py index c09cadd..3eaa104 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.dev14' +VERSION = '0.0.dev15' PACKAGE_NAME = 'django_predrill_tickle' AUTHOR = 'David Kerkeslager' AUTHOR_EMAIL = 'david@kerkeslager.com' diff --git a/tickle/templates/tickle/boulder_breadcrumb_trail.html b/tickle/templates/tickle/boulder_breadcrumb_trail.html new file mode 100644 index 0000000..87efd62 --- /dev/null +++ b/tickle/templates/tickle/boulder_breadcrumb_trail.html @@ -0,0 +1,10 @@ + diff --git a/tickle/templates/tickle/climb_breadcrumb_trail.html b/tickle/templates/tickle/climb_breadcrumb_trail.html deleted file mode 100644 index f08d6c6..0000000 --- a/tickle/templates/tickle/climb_breadcrumb_trail.html +++ /dev/null @@ -1,7 +0,0 @@ - -- 2.20.1