From 798ab9cbbe633f56e5ce149c06c4e82527628278 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Wed, 24 Jul 2013 21:34:53 +1000 Subject: [PATCH] added beginnings of tree view for categories --- templates/children.html | 7 +++++++ templates/main.html | 1 + 2 files changed, 8 insertions(+) create mode 100644 templates/children.html create mode 100644 templates/main.html diff --git a/templates/children.html b/templates/children.html new file mode 100644 index 0000000..6bd5d19 --- /dev/null +++ b/templates/children.html @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..38d7759 --- /dev/null +++ b/templates/main.html @@ -0,0 +1 @@ +{% children_tag parent %} \ No newline at end of file