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