27 lines
1.0 KiB
HTML
27 lines
1.0 KiB
HTML
{% extends "basefront.html" %}
|
|
{% load staticfiles %}
|
|
{% load rowerfilters %}
|
|
|
|
{% block title %}Change Workout {% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="grid_12">
|
|
<p class="midden">
|
|
Compatible with:
|
|
<img src="/static/img/stravasquare.png" alt="Strava icon" width="30" height="30">
|
|
<img src="/static/img/sporttrackssquare.png" alt="SportTracks icon" width="30" height="30">
|
|
<img src="/static/img/c2square.jpg" alt="C2 icon" width="30" height="30">
|
|
<img src="/static/img/nksquare.png" alt="NK icon" width="30" height="30">
|
|
<img src="/static/img/cnsquare.png" alt="CrewNerd icon" width="30" height="30">
|
|
<img src="/static/img/rimsquare.png" alt="RiM icon" width="30" height="30">
|
|
<img src="/static/img/rpsquare.png" alt="RowPro icon" width="30" height="30">
|
|
<img src="/static/img/essquare.png" alt="ErgStick icon" width="30" height="30">
|
|
<img src="/static/img/bcsquare.png" alt="BoatCoach icon" width="30" height="30">
|
|
<img src="/static/img/pssquare.png" alt="PainSled icon" width="30" height="30">
|
|
</p>
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|