From 168bf85fe272eeaab5b91fbbea7c6798a6bd43b2 Mon Sep 17 00:00:00 2001 From: Wisknort Date: Fri, 15 Apr 2022 13:18:55 +1000 Subject: [PATCH] quick updatk --- main/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/views.py b/main/views.py index 99e9427..db49a9c 100644 --- a/main/views.py +++ b/main/views.py @@ -60,7 +60,7 @@ def songs(): @rerender def nerdshope(): - return {'title':"Nerds' Hope",'content':"Store stuff. TODO. Will include inventory and budget. FB
Address is 21 Kensington St, Glenorchy
Off dates 2022: 29th April, 6th May, 27th May, 17th June, 24th June",'date':'2022/04/10'} + return {'title':"Nerds' Hope",'content':"Store stuff. TODO. Will include inventory and budget. FB
Address is 21 Kensington St, Glenorchy
Off dates 2022: 29th April, 6th May, 27th May, 17th June, 24th June
The store is open today (Apr 15th) but the carpark is closed. Pedestrian access possible.",'date':'2022/04/15'} def teapot(req): return HttpResponse("You're probably missing the joke.",status=418)