typo correction
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="grid_4" id="about">
|
<div class="grid_4" id="about">
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<p>This site is a beta site, pioneering rowing data visualization and analysis. No warrantied. It's author is
|
<p>This site is a beta site, pioneering rowing data visualization and analysis. No warranties. The site's author is
|
||||||
Sander Roosendaal. A Masters rower.
|
Sander Roosendaal. A Masters rower.
|
||||||
|
|
||||||
Read his <a href="http://blog.rowsandall.com/">blog</a>
|
Read his <a href="http://blog.rowsandall.com/">blog</a>
|
||||||
|
|||||||
@@ -1992,7 +1992,8 @@ def workouts_view(request,message='',successmessage='',
|
|||||||
announcements = SiteAnnouncement.objects.filter(
|
announcements = SiteAnnouncement.objects.filter(
|
||||||
expires__gte=today
|
expires__gte=today
|
||||||
).order_by(
|
).order_by(
|
||||||
"-created"
|
"-created",
|
||||||
|
"-id"
|
||||||
)
|
)
|
||||||
|
|
||||||
return render(request, 'list_workouts.html',
|
return render(request, 'list_workouts.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user