bug fixes
This commit is contained in:
2523
543fc073-7334-4a11-936f-9e7a06cd26d3.tcx
Normal file
2523
543fc073-7334-4a11-936f-9e7a06cd26d3.tcx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -21,6 +21,8 @@ from rowsandall_app.settings import (
|
||||
RUNKEEPER_CLIENT_ID, RUNKEEPER_CLIENT_SECRET,RUNKEEPER_REDIRECT_URI,
|
||||
)
|
||||
|
||||
from rowers.tasks import handle_runkeeper_sync
|
||||
|
||||
oauth_data = {
|
||||
'client_id': RUNKEEPER_CLIENT_ID,
|
||||
'client_secret': RUNKEEPER_CLIENT_SECRET,
|
||||
|
||||
@@ -25,6 +25,7 @@ from rowsandall_app.settings import (
|
||||
|
||||
import rowers.mytypes as mytypes
|
||||
from rowers.rower_rules import is_workout_user
|
||||
from rowers.tasks import handle_sporttracks_sync
|
||||
|
||||
oauth_data = {
|
||||
'client_id': SPORTTRACKS_CLIENT_ID,
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<tr>
|
||||
<td> {{ workout.date|date:"Y-m-d" }} </td>
|
||||
<td>
|
||||
<a href="{% url manager.defaultlandingpage id=workout.id|encode %}">
|
||||
<a href="{% url 'workout_view' id=workout.id|encode %}">
|
||||
{{ workout.name }}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user