Private
Public Access
1
0

changing can_coahc

This commit is contained in:
Sander Roosendaal
2021-03-17 08:57:24 +01:00
parent e1b0a8e8bb
commit affab72cd2
3 changed files with 12 additions and 4 deletions

View File

@@ -252,7 +252,6 @@ def rower_favoritecharts_view(request,userid=0):
r.usersmooth = staticchartform.cleaned_data.get('usersmooth')
r.save()
print(request.POST)
if request.method == 'POST' and 'save_data' in request.POST:
datasettingsform = DataRowerForm(request.POST,instance=r)
if datasettingsform.is_valid():