Private
Public Access
1
0

debugging oauth

This commit is contained in:
Sander Roosendaal
2018-03-29 11:22:05 -07:00
parent b134d1cba6
commit cf3a3e227d
4 changed files with 34 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<div class="grid_12 alpha">
<h1>Stroke Data for workout {{ id }}</h1>
<form enctype="multipart/form-data" 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>