store dates update

This commit is contained in:
Zergling_man 2022-03-22 20:21:37 +11:00
parent 506b097929
commit 502fc62d1e

View File

@ -59,7 +59,7 @@ def songs():
@rerender @rerender
def nerdshope(): def nerdshope():
return {'title':"Nerds' Hope",'content':"Store stuff. TODO. Will include inventory and budget. <a href='https://facebook.com/nerdshope'>FB</a><br/>Address is 21 Kensington St, Glenorchy<br/>Off dates 2022: 25th Feb, 4th March, 6th May, 17th June, 24th June",'date':'2022/02/09'} return {'title':"Nerds' Hope",'content':"Store stuff. TODO. Will include inventory and budget. <a href='https://facebook.com/nerdshope'>FB</a><br/>Address is 21 Kensington St, Glenorchy<br/>Off dates 2022: 25th March, 29th April, 6th May, 27th May, 17th June, 24th June",'date':'2022/03/22'}
def teapot(req): def teapot(req):
return HttpResponse("You're probably missing the joke.",status=418) return HttpResponse("You're probably missing the joke.",status=418)