Private
Public Access
1
0

Merge branch 'feature/notes' into develop

This commit is contained in:
Sander Roosendaal
2022-01-24 11:36:51 +01:00
3 changed files with 6 additions and 9 deletions
+2 -2
View File
@@ -128,7 +128,7 @@
<p> <p>
<a href="/rowers/virtualevents">On-line challenges</a> are a <a href="/rowers/virtualevents">On-line challenges</a> are a
fun way to test your boat speed and course line against other Rowsandall.com users fun way to test your boat speed and course line against other Rowsandall.com users
rowing on the same stretch of water or on the Concept2 ergometer. rowing on the same stretch of water or on the Concept2 ergometer.
</p> </p>
<h2>Training Plan</h2> <h2>Training Plan</h2>
@@ -155,7 +155,7 @@
<p> <p>
The links in the menu on the left bring you to our blog, where we The links in the menu on the left bring you to our blog, where we
regularly publish how-to's and articles about new functionality, to regularly publish how-to's and articles about new functionality, to
our Facebook group where you can discuss with other users, and to our discussion group where you can discuss with other users, and to
a contact page where you can learn how to contact the developers a contact page where you can learn how to contact the developers
of this site. of this site.
</p> </p>
-3
View File
@@ -4836,9 +4836,6 @@ def workout_upload_api(request):
dologging('debuglog.log','Time zone set to {zone}'.format(zone=w.timezone)) dologging('debuglog.log','Time zone set to {zone}'.format(zone=w.timezone))
w.save() w.save()
if make_plot: # pragma: no cover if make_plot: # pragma: no cover
res, jobid = uploads.make_plot(r,w,f1,f2,plottype,t) res, jobid = uploads.make_plot(r,w,f1,f2,plottype,t)
elif r.staticchartonupload != 'None': # pragma: no cover elif r.staticchartonupload != 'None': # pragma: no cover
+4 -4
View File
@@ -353,8 +353,8 @@
<a href="https://analytics.rowsandall.com/"> <a href="https://analytics.rowsandall.com/">
<i class="fab fa-wordpress-simple"></i> <i class="fab fa-wordpress-simple"></i>
</a>&nbsp; </a>&nbsp;
<a href="https://www.facebook.com/rowsandall"> <a href="https://rowing-data-analytics.mn.co/feed">
<i class="fab fa-facebook"></i> <i class="fas fa-chart-network"></i>
</a>&nbsp; </a>&nbsp;
</p> </p>
<p> <p>
@@ -371,8 +371,8 @@
</a> </a>
</li> </li>
<li> <li>
<a href="https://www.facebook.com/rowsandall"> <a href="https://rowing-data-analytics.mn.co/feed">
Rowing Data Facebook Group</a> Rowing Data Discussion Group</a>
</li> </li>
<li> <li>
<a href="/rowers/physics/">Rowing Physics</a> <a href="/rowers/physics/">Rowing Physics</a>