Private
Public Access
1
0
This commit is contained in:
2024-05-22 09:48:52 +02:00
parent ef208be1d9
commit 9ccb8dc9f4
6 changed files with 93 additions and 1 deletions

View File

@@ -41,6 +41,22 @@
</form>
</p>
<h1>Workout Name Settings of {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
<p>
Use this form to change how the workout is named in charts. Our recommendation is name, date, rower first name, rower last name, workout type
as a minimum.
</p>
<form enctype="multipart/form-data" action="" method="post">
{{ workoutnametemplate_formset.management_form }}
<table width=100%>
{{ workoutnametemplate_formset.as_table }}
</table>
{% csrf_token %}
<input class="grid_2 alpha button" type="submit" value="Save">
</form>
<h1>Change Favorite Charts of {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>