fixed bug - static charts were Pro by mistake
This commit is contained in:
@@ -6622,7 +6622,7 @@ def workout_edit_view_navionics(request,id=0,message="",successmessage=""):
|
|||||||
return HttpResponseRedirect(url)
|
return HttpResponseRedirect(url)
|
||||||
|
|
||||||
# Generic chart creation
|
# Generic chart creation
|
||||||
@user_passes_test(ispromember,login_url="/",redirect_field_name=None)
|
@login_required()
|
||||||
def workout_add_chart_view(request,id,plotnr=1):
|
def workout_add_chart_view(request,id,plotnr=1):
|
||||||
try:
|
try:
|
||||||
w = Workout.objects.get(id=id)
|
w = Workout.objects.get(id=id)
|
||||||
|
|||||||
Reference in New Issue
Block a user