adding trailing slashes to post forms
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% endif %}
|
||||
<h1>Stroke Data for workout</h1>
|
||||
|
||||
<form enctype="application/json" action="/rowers/api/workouts/{{ id }}/strokedata" method="post">
|
||||
<form enctype="application/json" action="/rowers/api/workouts/{{ id }}/strokedata/" method="post">
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user