diff --git a/rowers/templates/menu_analytics.html b/rowers/templates/menu_analytics.html index f9c50cda..1d018b69 100644 --- a/rowers/templates/menu_analytics.html +++ b/rowers/templates/menu_analytics.html @@ -1,6 +1,6 @@ {% load staticfiles %} {% load rowerfilters %} -
- Oh, one more thing. The site is currently in beta and is + Oh, one more thing. The site is developing fast. Bear with us. Don't hesitate to contact me at info@rowsandall.com if anything is broken or doesn't seem to work as advertised. diff --git a/rowers/utils.py b/rowers/utils.py index c7f02eb1..5a0abf2c 100644 --- a/rowers/utils.py +++ b/rowers/utils.py @@ -385,7 +385,9 @@ def isprorower(r): result = False result = r.rowerplan in ['pro','coach','plan'] if not result and r.protrialexpires: - result = r.rowerplan is 'basic' and r.protrialexpires >= datetime.date.today() + result = r.rowerplan == 'basic' and r.protrialexpires >= datetime.date.today() + print r.rowerplan,r.protrialexpires,datetime.date.today(),result + print r.protrialexpires >= datetime.date.today() return result diff --git a/static/css/styles2.css b/static/css/styles2.css index 13cbbc5f..96d7bb23 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -79,6 +79,14 @@ padding: 15px; } + aside h1 a { + font-weight: bold; + text-align: left; + font-size: 1.0em; + color: #dddddd; + } + + aside ul label, aside ul a { padding-left: 15px;