changing can_coahc
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user