Private
Public Access
1
0

making stack chart setting

This commit is contained in:
2025-06-02 21:36:02 +02:00
parent cc1d47de90
commit b83d97cd3a
5 changed files with 91 additions and 1 deletions

View File

@@ -41,6 +41,19 @@
</form>
</p>
<p>
Use this form to change the default axes for the stacked workout chart.
</p>
<p>
<form method="post">
{% csrf_token %}
<table with=100%>
{{ stackedchartform.as_table }}
</table>
<input type="submit" value="Save" class="button"/>
</form>
</p>
<h1>Workout Name Settings of {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
<p>

View File

@@ -47,6 +47,13 @@
<input name="chartform" type="submit"
value="Update Chart">
</p>
<p>
<input name="save" value="Update Chart and Save Preferred Metrics"
type="submit">
</p>
<p>
(This saves your preferred X and Y axes for all workouts.)
</p>
</form>
</li>
</ul>