Private
Public Access
1
0

Add Stroke profile button

This commit is contained in:
Sander Roosendaal
2016-12-20 12:07:52 +01:00
parent 4e8755b4fe
commit f802c4f490
2 changed files with 183 additions and 158 deletions

View File

@@ -45,7 +45,7 @@
<tbody>
{% for workout in workouts %}
<tr>
<td> {{ workout.date }} </td>
<td> {{ workout.date |truncatechars:15}} </td>
<td> {{ workout.starttime }} </td>
<td>
{% if user.rower.rowerplan == 'pro' %}
@@ -81,7 +81,7 @@
<div class="site-announcement-box">
<div class="site-announcement">
<i>{{ a.created }}:</i>
{{ a.announcement }}
{{ a.announcement|urlize }}
</div>
</div>
{% endfor %}
@@ -96,7 +96,8 @@
Read his <a href="http://blog.rowsandall.com/">blog</a>
</p>
<div style="text-align: right; padding: 2em">
<img src="/static/img/sander.jpg" width="80">
<a href="http://blog.rowsandall.com/">
<img src="/static/img/sander.jpg" width="80"></a>
</div>
</div>
</div>