quick updatk

This commit is contained in:
Wisknort 2022-04-15 13:18:55 +10:00
parent c293ba7bf7
commit 168bf85fe2

View File

@ -60,7 +60,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: 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. <a href='https://facebook.com/nerdshope'>FB</a><br/>Address is 21 Kensington St, Glenorchy<br/>Off dates 2022: 29th April, 6th May, 27th May, 17th June, 24th June<br/>The store is open today (Apr 15th) but the carpark is closed. Pedestrian access possible.",'date':'2022/04/15'}
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)