diff --git a/main/views.py b/main/views.py
index 54cbf95..21f8d66 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: 25th March, 29th April, 6th May, 27th May, 17th June, 24th June",'date':'2022/03/22'}
+ 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'}
def teapot(req):
return HttpResponse("You're probably missing the joke.",status=418)