Merge branch 'release/v8.08'
This commit is contained in:
@@ -14,7 +14,9 @@
|
|||||||
<h2 class="midden">For Rowers. By Rowers.</h2>
|
<h2 class="midden">For Rowers. By Rowers.</h2>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="grid_5">
|
<li>
|
||||||
|
</li>
|
||||||
|
<li class="grid_3">
|
||||||
<p class="midden">There is no shortage of training advice for rowers.</p>
|
<p class="midden">There is no shortage of training advice for rowers.</p>
|
||||||
|
|
||||||
<p class="midden">The best research has found that what works best for one
|
<p class="midden">The best research has found that what works best for one
|
||||||
@@ -31,6 +33,8 @@
|
|||||||
number of devices and apps. On top of that, it offers the best in
|
number of devices and apps. On top of that, it offers the best in
|
||||||
rowing data analytics. Train smart.
|
rowing data analytics. Train smart.
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
</li>
|
||||||
<li class="grid_5">
|
<li class="grid_5">
|
||||||
<div class="midden">
|
<div class="midden">
|
||||||
<img src="/static/img/horizontal_line.png"
|
<img src="/static/img/horizontal_line.png"
|
||||||
|
|||||||
@@ -12483,7 +12483,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
|
|||||||
# Add email address to form so user can change his email address
|
# Add email address to form so user can change his email address
|
||||||
@login_required()
|
@login_required()
|
||||||
def rower_prefs_view(request,userid=0,message=""):
|
def rower_prefs_view(request,userid=0,message=""):
|
||||||
r = getrequestrower(request,rowerid=rowerid,userid=userid,notpermanent=True)
|
r = getrequestrower(request,userid=userid,notpermanent=True)
|
||||||
|
|
||||||
rowerid = r.id
|
rowerid = r.id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user