Private
Public Access
1
0

Initial updates (rowerpowerform) and ftp everywhere rrower is called

This commit is contained in:
sanderroosendaal
2016-11-08 10:31:27 +01:00
parent 02a12585a2
commit 3444995880
8 changed files with 124 additions and 46 deletions

View File

@@ -9,7 +9,7 @@
</p>
{% endif %}
<div class="grid_6 alpha">
<h1>Edit your Parameters</h1>
<h1>Heart Rate Bands</h1>
<form enctype="multipart/form-data" action="" method="post">
<table>
@@ -18,16 +18,21 @@
{% csrf_token %}
<div class="grid_2 prefix_2 suffix_2">
<input class="button green" type="submit" value="Save">
</form>
</div>
</div>
<div class="grid_6 omega">
<h1>Tokens etcetera</h1>
<h1>Functional Threshold Power</h1>
<p>
<form enctype="multipart/form-data" action="" method="post">
<table>
<tr>
<th>Concept2 sync issues? Click:</th><td><a href="/rowers/me/c2refresh/"><img src="/static/img/blueC2logo.png" alt="Concept2 logo" width="140"></a></td>
</tr>
{{ powerform.as_table }}
</table>
{% csrf_token %}
<div class="grid_2 prefix_2 suffix_2">
<input class="button green" type="submit" value="Save">
</form>
</div>
</p>
</div>