瀏覽代碼

Inentation bug

Denis Merigoux 9 年之前
父節點
當前提交
53ecbeec2c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      counter/views.py

+ 2 - 2
counter/views.py

@@ -85,8 +85,8 @@ def home(request):
85 85
                 }
86 86
             reset.Seum={'v' : 0, 'f' : reset.counter.trigramme+" : "+reset.reason}
87 87
             #Drawing the graph
88
-            line_data = ModelDataSource(resets,fields=['timestamp','Seum'])
89
-            line_chart = gchart.LineChart(line_data, options={
88
+        line_data = ModelDataSource(resets,fields=['timestamp','Seum'])
89
+        line_chart = gchart.LineChart(line_data, options={
90 90
             'lineWidth' : 0,
91 91
             'pointSize' : 10,
92 92
             'title' : '',