Private
Public Access
1
0

hrefs added trailing slashes

This commit is contained in:
Sander Roosendaal
2019-01-09 22:21:28 +01:00
parent a7af332db6
commit c454df269e
42 changed files with 3438 additions and 319 deletions

View File

@@ -37,9 +37,9 @@
<td> {{ course.country }} </td>
<td>
{% if course.manager.user == user %}
<a href="/rowers/courses/{{ course.id }}/edit">{{ course.name }}</a>
<a href="/rowers/courses/{{ course.id }}/edit/">{{ course.name }}</a>
{% else %}
<a href="/rowers/courses/{{ course.id }}">{{ course.name }}</a>
<a href="/rowers/courses/{{ course.id }}/">{{ course.name }}</a>
{% endif %}
</td>
<td>
@@ -65,7 +65,7 @@
</form>
</p>
<p>
<a href="/rowers/courses/upload">Add Courses</a>
<a href="/rowers/courses/upload/">Add Courses</a>
</p>
{% if announcements %}
<h3>What's New?</h3>
@@ -90,7 +90,7 @@
to the total duration of a workout). This allows you to row and rank
marked courses.
To create a course, you use <a href="earth.google.com">Google Earth</a>
To create a course, you use <a href="https://www.google.com/earth/">Google Earth</a>
to mark the start and finish lines using polygons. The process is identical
to creating custom courses for the
<a href="http://performancephones.com/crewnerd/">CrewNerd</a>