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

@@ -10,7 +10,7 @@
<span class="fas fa-pencil-alt"></span> Edit Episode
</a>
<a class="btn btn-primary" role="button"
href="{{ url_for("event_new", episode_id = model.episode.id, season_id = model.season.id) }}" >
href="{{ url_for("event_new", ep_id = model.episode.id, s_id = model.season.id) }}" >
<span class="fas fa-plus"></span> Event
</a>
</div>