From 08d9231ab4b4feab2c29ebdec71dcb71e3edced6 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 22 May 2018 12:18:27 +0100 Subject: Revision of the rules, and a channels page --- pysite/views/main/about/channels.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pysite/views/main/about/channels.py (limited to 'pysite') diff --git a/pysite/views/main/about/channels.py b/pysite/views/main/about/channels.py new file mode 100644 index 00000000..2e5496f9 --- /dev/null +++ b/pysite/views/main/about/channels.py @@ -0,0 +1,7 @@ +from pysite.base_route import TemplateView + + +class ChannelsView(TemplateView): + path = "/about/channels" + name = "about.channels" + template = "main/about/channels.html" -- cgit v1.2.3