hrefs added trailing slashes
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
{% csrf_token %}
|
||||
{% if rower.clubsize < 100 and rower.user == user %}
|
||||
<p>
|
||||
<a href="/rowers/paidplans">Upgrade</a>
|
||||
<a href="/rowers/paidplans/">Upgrade</a>
|
||||
</p>
|
||||
{% else %}
|
||||
<p>
|
||||
@@ -63,7 +63,7 @@
|
||||
{% endif %}
|
||||
{% if rower.rowerplan != 'basic' and rower.user == user %}
|
||||
<p>
|
||||
<a href="/rowers/me/cancelsubscriptions">Cancel Subscription</a>
|
||||
<a href="/rowers/me/cancelsubscriptions/">Cancel Subscription</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<input type="submit" value="Save">
|
||||
@@ -73,13 +73,13 @@
|
||||
<li class="grid_2">
|
||||
<h2>GDPR - Data Protection</h2>
|
||||
<p>
|
||||
<a href="/rowers/exportallworkouts">Download your data</a>
|
||||
<a href="/rowers/exportallworkouts/">Download your data</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/rowers/me/deactivate">Deactivate Account</a>
|
||||
<a href="/rowers/me/deactivate/">Deactivate Account</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="button red small" href="/rowers/me/delete">Delete Account</a>
|
||||
<a class="button red small" href="/rowers/me/delete/">Delete Account</a>
|
||||
</p>
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
@@ -99,7 +99,7 @@
|
||||
<td>{{ grant.application }}</td>
|
||||
<td>{{ grant.scope }}</td>
|
||||
<td>
|
||||
<a href="/rowers/me/revokeapp/{{ grant.application.id }}">Revoke</a>
|
||||
<a href="/rowers/me/revokeapp/{{ grant.application.id }}/">Revoke</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user