making stack chart setting
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user