From c7936267d6d2b6d6ba37775e16156e84a114092d Mon Sep 17 00:00:00 2001 From: gary Date: Fri, 14 Jun 2019 09:41:14 +1000 Subject: [PATCH] changes for 2019 --- code/skin_settings.py | 2 +- template/base.html | 4 +-- template/base_pgdu.html | 4 +-- template/index.html | 70 ++++++++++++++++++++++++++++++----------- 4 files changed, 56 insertions(+), 24 deletions(-) diff --git a/code/skin_settings.py b/code/skin_settings.py index 0de574e..5d8df2e 100644 --- a/code/skin_settings.py +++ b/code/skin_settings.py @@ -5,7 +5,7 @@ SERVER_EMAIL="webmaster@pgdu.org" # although not all choices may be available on all operating systems. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'Australia/Melbourne' +TIME_ZONE = 'Australia/Sydney' INVOICE_SENDER_EMAIL="treasurer@pgdu.org" MEMBERSHIP_SENDER_EMAIL="treasurer@pgdu.org" diff --git a/template/base.html b/template/base.html index 80ceabe..4cbbcdb 100644 --- a/template/base.html +++ b/template/base.html @@ -39,7 +39,7 @@