diff --git a/nerdshope/views.py b/nerdshope/views.py
index da1ba38..7f9e93e 100644
--- a/nerdshope/views.py
+++ b/nerdshope/views.py
@@ -9,8 +9,8 @@ def nerdshope():
sums={curr:sum([n.balance for n in filter(lambda x:x.currency==curr,accounts)]) for curr in set(map(lambda x:x.currency,accounts))}
moneyblob='\n
'.join([f'{k}: {v}' for k,v in sums.items()])
moneyblob='Current monetary state: '
- return {'title':"Nerds' Hope",'content':"Store stuff. TODOing. Will include inventory and budget. FB
\nAddress is 21 Kensington St, Glenorchy
\nOff dates 2022: 29th April, 6th May, 27th May, 17th June, 24th June
\n"+moneyblob,'date':Update.objects.get_or_create(page='nh_main')[0].date}
+ return {'title':"Nerds' Hope",'content':"Store stuff. TODOing. Will include inventory and budget. FB
\nAddress is 21 Kensington St, Glenorchy
\nOff dates 2022: 26th August (more TBA). Additionally, on some weeks (TBA) the store will move around the back (through the gate) around 18:00 to make room for a youth group. If in doubt, ask the youth group for directions.
\n"+moneyblob,'date':Update.objects.get_or_create(page='nh_main')[0].date}
@rerender
def budget():
- pass
\ No newline at end of file
+ pass