Commit a9f0aa50 by Kálmán Viktor

dashboard: remove print

parent 568b9de9
......@@ -76,7 +76,6 @@ class TemplateDetail(DetailView):
template=self.get_object()).all()
]
}
print template
return HttpResponse(json.dumps(template),
content_type="application/json")
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment