hrefs added trailing slashes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user