Private
Public Access
1
0

adding trailing slashes to post forms

This commit is contained in:
Sander Roosendaal
2019-01-05 13:29:39 +01:00
parent aa1b233798
commit e2cdb0af8e
25 changed files with 59 additions and 47 deletions

View File

@@ -54,7 +54,7 @@
</div>
</div>
{% endfor %}
<form enctype="multipart/form-data" action="/rowers/workout/{{ workout.id }}/comment" method="post">
<form enctype="multipart/form-data" action="/rowers/workout/{{ workout.id }}/comment/" method="post">
<table width=100%>
{{ form.as_table }}
</table>