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 @@
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',