Correct episode links on season overview page.

This commit is contained in:
2019-03-02 16:19:38 +01:00
parent ef6f506111
commit 389db081fb

View File

@@ -62,7 +62,7 @@
{% if g.is_editor %} {% if g.is_editor %}
<td class="col-sm-auto text-center"> <td class="col-sm-auto text-center">
<a class="btn btn-default" href="{{ url_for('episode_edit', season_id = item.id, episode_id = item.id) }}"> <a class="btn btn-default" href="{{ url_for('episode_edit', season_id = item.season_id, episode_id = item.id) }}">
<span class="fas fa-pencil-alt"></span> <span class="fas fa-pencil-alt"></span>
</a> </a>
</td> </td>