hrefs added trailing slashes
This commit is contained in:
@@ -149,13 +149,13 @@
|
||||
<user class="main-user">
|
||||
<ul>
|
||||
<li>
|
||||
<a class="" href="/rowers/help" title="Help">
|
||||
<a class="" href="/rowers/help/" title="Help">
|
||||
<i class="fas fa-question-circle "></i>
|
||||
</a>
|
||||
</li>
|
||||
{% if user.is_authenticated %}
|
||||
<li>
|
||||
<a href="/rowers/me/preferences" title="Profile">
|
||||
<a href="/rowers/me/preferences/" title="Profile">
|
||||
{% if user.rower.rowerplan == 'pro' %}
|
||||
<i class="fas fa-user-ninja "></i>
|
||||
{% elif user.rower.rowerplan == 'coach' %}
|
||||
@@ -163,19 +163,19 @@
|
||||
{% elif user.rower.rowerplan == 'plan' %}
|
||||
<i class="fas fa-user-chart "></i>
|
||||
{% else %}
|
||||
<a href="/rowers/me/preferences" title="Profile">
|
||||
<a href="/rowers/me/preferences/" title="Profile">
|
||||
<i class="fas fa-user"></i>
|
||||
{% endif %}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="" href="{% url 'logout' %}?next=/login" title="Sign Out" id="id-logout">
|
||||
<a class="" href="{% url 'logout' %}?next=/login/" title="Sign Out" id="id-logout">
|
||||
<i class="fas fa-sign-out-alt "></i>
|
||||
</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="/rowers/register" title="Sign Up">
|
||||
<a href="/rowers/register/" title="Sign Up">
|
||||
<i class="fas fa-user-plus "></i>
|
||||
</a>
|
||||
</li>
|
||||
@@ -195,12 +195,12 @@
|
||||
<nav class="main-nav">
|
||||
<ul>
|
||||
<li id="nav-workouts">
|
||||
<a href="/rowers/list-workouts">
|
||||
<a href="/rowers/list-workouts/">
|
||||
<i class="fas fa-clipboard-list"></i> Workouts
|
||||
</a>
|
||||
</li>
|
||||
<li id="nav-racing">
|
||||
<a href="/rowers/virtualevents">
|
||||
<a href="/rowers/virtualevents/">
|
||||
<i class="fas fa-flag-checkered"></i> Racing
|
||||
</a>
|
||||
</li>
|
||||
@@ -215,7 +215,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li id="nav-teams">
|
||||
<a href="/rowers/me/teams">
|
||||
<a href="/rowers/me/teams/">
|
||||
<i class="fas fa-bullhorn"></i> Teams
|
||||
</a>
|
||||
</li>
|
||||
@@ -236,7 +236,7 @@
|
||||
{% if user.rower.planexpires|date_dif|ddays < 4 %}
|
||||
<li class="grid_4">
|
||||
<p class="successmessage">
|
||||
You have {{ user.rower.planexpires|date_dif|ddays }} days left of your one year subscription. Please renew on or before {{ user.rower.planexpires }} or your plan will be reset to Basic. Click <a href="/rowers/paidplans">here</a> to renew your membership.</p>
|
||||
You have {{ user.rower.planexpires|date_dif|ddays }} days left of your one year subscription. Please renew on or before {{ user.rower.planexpires }} or your plan will be reset to Basic. Click <a href="/rowers/paidplans/">here</a> to renew your membership.</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
@@ -245,14 +245,14 @@
|
||||
{% if user.rower.plantrialexpires and user.rower.rowerplan != 'plan' %}
|
||||
<li class="grid_4">
|
||||
<p class="successmessage">
|
||||
{{ user.rower.protrialexpires|date_dif|ddays }} days left of your Self-Coach trial - Would you like to <a href="/rowers/planmembership">upgrade now?</a>
|
||||
{{ user.rower.protrialexpires|date_dif|ddays }} days left of your Self-Coach trial - Would you like to <a href="/rowers/paidplans/">upgrade now?</a>
|
||||
</p>
|
||||
</li>
|
||||
{% else %}
|
||||
{% if user.rower.rowerplan == 'basic' %}
|
||||
<li class="grid_4">
|
||||
<p class="successmessage">
|
||||
{{ user.rower.protrialexpires|date_dif|ddays }} days left of your Pro trial - Would you like to <a href="/rowers/paidplans">upgrade now?</a>
|
||||
{{ user.rower.protrialexpires|date_dif|ddays }} days left of your Pro trial - Would you like to <a href="/rowers/paidplans/">upgrade now?</a>
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -335,7 +335,7 @@
|
||||
<h1>Help</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/rowers/help">Help</a>
|
||||
<a href="/rowers/help/">Help</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://analytics.rowsandall.com/">
|
||||
@@ -347,7 +347,7 @@
|
||||
Rowing Data Facebook Group</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rowers/physics">Rowing Physics</a>
|
||||
<a href="/rowers/physics/">Rowing Physics</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -361,13 +361,13 @@
|
||||
<a href="/rowers/email/">Rowsandall s.r.o.</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rowers/brochure">Brochure</a>
|
||||
<a href="/rowers/brochure/">Brochure</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rowers/partners">Partnering?</a>
|
||||
<a href="/rowers/partners/">Partnering?</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rowers/developers">Developers Info</a>
|
||||
<a href="/rowers/developers/">Developers Info</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -375,7 +375,7 @@
|
||||
<h1>Paid Plans</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/rowers/paidplans">Paid Plans</a>
|
||||
<a href="/rowers/paidplans/">Paid Plans</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -383,10 +383,10 @@
|
||||
<h1>Legal</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/rowers/legal">Terms and Conditions</a>
|
||||
<a href="/rowers/legal/">Terms and Conditions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rowers/legal">Privacy Policy</a>
|
||||
<a href="/rowers/legal/">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user