Private
Public Access
1
0

adding fast and slow pace ranges

This commit is contained in:
Sander Roosendaal
2020-05-03 16:51:34 +02:00
parent 0f3d697057
commit 1efe86df92
5 changed files with 35 additions and 9 deletions

View File

@@ -5,6 +5,12 @@
{% block main %}
<h1>Static Charts Settings of {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
<p>
Use this form to change some of the characteristics of the static charts. The grid option
overlays grid lines over the charts. The fastest and slowest pace determine cutoff values for
pace.
</p>
<p>
<form method="post">
{% csrf_token %}