From b18abc03574a705fc4b040bb029475f3af201dd5 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 20 Dec 2016 10:12:37 +0100 Subject: [PATCH] typo correction --- rowers/templates/list_workouts.html | 2 +- rowers/views.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index d1d40ddd..7fcc985b 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -90,7 +90,7 @@

About

-

This site is a beta site, pioneering rowing data visualization and analysis. No warrantied. It's author is +

This site is a beta site, pioneering rowing data visualization and analysis. No warranties. The site's author is Sander Roosendaal. A Masters rower. Read his blog diff --git a/rowers/views.py b/rowers/views.py index 7caa3f8b..8a049797 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -1992,7 +1992,8 @@ def workouts_view(request,message='',successmessage='', announcements = SiteAnnouncement.objects.filter( expires__gte=today ).order_by( - "-created" + "-created", + "-id" ) return render(request, 'list_workouts.html',