added delta values to breakthrough email
This commit is contained in:
@@ -7,49 +7,57 @@
|
||||
{% block content %}
|
||||
<div id="workouts" class="grid_6 alpha">
|
||||
|
||||
|
||||
<h1>Stream Editor</h1>
|
||||
<div class="grid_2 alpha">
|
||||
<p>
|
||||
<a class="button gray small" href="/rowers/workout/{{ workout.id }}/edit">Edit Workout</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid_2">
|
||||
<p>
|
||||
<a class="button gray small" href="/rowers/workout/{{ workout.id }}/advanced">Advanced Edit</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="grid_2 omega tooltip">
|
||||
<p><a class="button blue small" href="/rowers/workout/{{ workout.id }}/otwsetpower">OTW Power</a></p>
|
||||
<span class="tooltiptext">Run calculations to get power values for your row.</span>
|
||||
|
||||
</div>
|
||||
<div class="grid_6 alpha">
|
||||
<p>
|
||||
Edit river Stream between turning points in your row.
|
||||
Use positive (+) values to denote rowing with the stream,
|
||||
negative (-) values to denote rowing against the stream.
|
||||
</p>
|
||||
|
||||
<div class="grid_6 alpha">
|
||||
<h1>Stream Editor</h1>
|
||||
</div>
|
||||
<div class="grid_6 alpha">
|
||||
<div class="grid_2 alpha">
|
||||
<p>
|
||||
<a class="button gray small" href="/rowers/workout/{{ workout.id }}/edit">Edit Workout</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid_2">
|
||||
<p>
|
||||
<a class="button gray small" href="/rowers/workout/{{ workout.id }}/advanced">Advanced Edit</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="grid_2 omega tooltip">
|
||||
<p><a class="button blue small" href="/rowers/workout/{{ workout.id }}/otwsetpower">OTW Power</a></p>
|
||||
<span class="tooltiptext">Run calculations to get power values for your row.</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_6 alpha">
|
||||
<div class="grid_2 prefix_4 alpha">
|
||||
<p><a class="button blue small" href="/rowers/workout/{{ workout.id }}/wind">Wind Edit</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_6 alpha">
|
||||
<p>
|
||||
Edit river Stream between turning points in your row.
|
||||
Use positive (+) values to denote rowing with the stream,
|
||||
negative (-) values to denote rowing against the stream.
|
||||
</p>
|
||||
|
||||
<form enctype="multipart/form-data" action="{{ formloc }}" method="post">
|
||||
{% if form.errors %}
|
||||
<p style="color: red;">
|
||||
Please correct the error{{ form.errors|pluralize }} below.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
{% csrf_token %}
|
||||
</div>
|
||||
<div id="formbutton" class="grid_1 prefix_3 suffix_2">
|
||||
<input class="button green" type="submit" value="Update">
|
||||
</div>
|
||||
</form>
|
||||
<img src="/static/img/rivercurrent.jpg" width="400">
|
||||
|
||||
{% if form.errors %}
|
||||
<p style="color: red;">
|
||||
Please correct the error{{ form.errors|pluralize }} below.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
{% csrf_token %}
|
||||
</div>
|
||||
<div id="formbutton" class="grid_1 prefix_3 suffix_2">
|
||||
<input class="button green" type="submit" value="Update">
|
||||
</div>
|
||||
</form>
|
||||
<img src="/static/img/rivercurrent.jpg" width="400">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="advancedplots" class="grid_6 omega">
|
||||
@@ -86,4 +94,4 @@
|
||||
{{ the_div |safe }}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user