Change names in URL schema to singular form.

This commit is contained in:
2019-03-03 12:10:40 +01:00
parent 0056b0e305
commit fc2c1797c7
5 changed files with 48 additions and 46 deletions

View File

@@ -35,7 +35,8 @@
{% endfor %}
<td class="col-sm-auto text-center">
<a class="btn btn-default" href="/seasons/{{ item.id }}"><span class="fas fa-eye"></span></a>
<a class="btn btn-default" href="{{ url_for("season_overview", season_id = item.id) }}">
<span class="fas fa-eye"></span></a>
</td>
{% if g.is_editor %}