first cut at list_workouts
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
</li>
|
||||
{% if user.is_authenticated %}
|
||||
<li>
|
||||
<a href="/rowers/new_profile" title="Profile">
|
||||
<a href="/rowers/me/edit" title="Profile">
|
||||
{% if user.rower.rowerplan == 'pro' %}
|
||||
<i class="fas fa-user-ninja "></i>
|
||||
{% elif user.rower.rowerplan == 'coach' %}
|
||||
@@ -157,7 +157,7 @@
|
||||
{% elif user.rower.rowerplan == 'plan' %}
|
||||
<i class="fas fa-user-tie "></i>
|
||||
{% else %}
|
||||
<a href="/rowers/new_profile" title="Profile">
|
||||
<a href="/rowers/me/edit" title="Profile">
|
||||
<i class="fas fa-user"></i>
|
||||
{% endif %}
|
||||
</a>
|
||||
@@ -189,27 +189,27 @@
|
||||
<nav class="main-nav">
|
||||
<ul>
|
||||
<li id="nav-workouts">
|
||||
<a href="/rowers/new_workouts">
|
||||
<a href="/rowers/list-workouts">
|
||||
<i class="fas fa-clipboard-list"></i> Workouts
|
||||
</a>
|
||||
</li>
|
||||
<li id="nav-racing">
|
||||
<a href="/rowers/new_racing">
|
||||
<a href="/rowers/virtualevents">
|
||||
<i class="fas fa-flag-checkered"></i> Racing
|
||||
</a>
|
||||
</li>
|
||||
<li id="nav-analysis">
|
||||
<a href="/rowers/new_analysis">
|
||||
<a href="/rowers/analysis">
|
||||
<i class="fas fa-analytics"></i> Analysis
|
||||
</a>
|
||||
</li>
|
||||
<li id="nav-plan">
|
||||
<a href="/rowers/new_plan">
|
||||
<a href="/rowers/sessions">
|
||||
<i class="fas fa-calendar-alt"></i> Plan
|
||||
</a>
|
||||
</li>
|
||||
<li id="nav-teams">
|
||||
<a href="/rowers/new_teams">
|
||||
<a href="/rowers/analysis">
|
||||
<i class="fas fa-bullhorn"></i> Teams
|
||||
</a>
|
||||
</li>
|
||||
@@ -235,16 +235,16 @@
|
||||
|
||||
<footer class="main-footer">
|
||||
<p>Follow us on
|
||||
<a href="">
|
||||
<a href="https://twitter.com/rowsandall">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a href="">
|
||||
<a href="https://www.instagram.com/roosendaalsander/">
|
||||
<i class="fab fa-instagram"></i>
|
||||
</a>
|
||||
<a href="">
|
||||
<a href="https://analytics.rowsandall.com/">
|
||||
<i class="fab fa-wordpress-simple"></i>
|
||||
</a>
|
||||
<a href="">
|
||||
<a href="https://www.facebook.com/rowsandall">
|
||||
<i class="fab fa-facebook"></i>
|
||||
</a>
|
||||
</p>
|
||||
@@ -254,16 +254,19 @@
|
||||
<h1>Help</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">Help</a>
|
||||
<a href="/rowers/help">Help</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Rowing Analytics Blog</a>
|
||||
<a href="https://analytics.rowsandall.com/">
|
||||
Rowing Analytics Blog
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Rowing Data Facebook Group</a>
|
||||
<a href="https://www.facebook.com/rowsandall">
|
||||
Rowing Data Facebook Group</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Rowing Physics</a>
|
||||
<a href="/rowers/physics">Rowing Physics</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -271,19 +274,19 @@
|
||||
<h1>About</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">Contact</a>
|
||||
<a href="/rowers/email/">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Rowsandall s.r.o.</a>
|
||||
<a href="/rowers/email/">Rowsandall s.r.o.</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Brochure</a>
|
||||
<a href="/rowers/brochure">Brochure</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Partnering?</a>
|
||||
<a href="/rowers/partners">Partnering?</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Developers Info</a>
|
||||
<a href="/rowers/develop">Developers Info</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -291,7 +294,7 @@
|
||||
<h1>Paid Plans</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">Paid Plans</a>
|
||||
<a href="/rowers/promembership">Paid Plans</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -299,10 +302,10 @@
|
||||
<h1>Legal</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">Terms and Conditions</a>
|
||||
<a href="/rowers/legal">Terms and Conditions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">Privacy Policy</a>
|
||||
<a href="/rowers/legal">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user