From 5d4beea512699065f6a3f4943cabf7522297dcc9 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Fri, 18 Aug 2017 08:17:45 -0400 Subject: [PATCH] Add slug-based child URLs. Also some beginnings of the dashboard system (WIP). --- .../templates/babyblotter/nav-dropdown.html | 2 +- core/templates/core/child_list.html | 4 +-- core/templates/core/dashboard.html | 30 +++++++++++++++++++ core/templates/core/index.html | 5 ---- core/urls.py | 6 +++- core/views.py | 2 +- 6 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 core/templates/core/dashboard.html delete mode 100644 core/templates/core/index.html diff --git a/babyblotter/templates/babyblotter/nav-dropdown.html b/babyblotter/templates/babyblotter/nav-dropdown.html index 6171e3ba..9dcd6e96 100644 --- a/babyblotter/templates/babyblotter/nav-dropdown.html +++ b/babyblotter/templates/babyblotter/nav-dropdown.html @@ -14,7 +14,7 @@