added title & tag for new post & fixed error handling; reply button in generated thread doesn't work
This commit is contained in:
@@ -113,7 +113,7 @@ class JsonError(HttpResponse):
|
||||
indent=2,
|
||||
ensure_ascii=False)
|
||||
super(JsonError, self).__init__(content,
|
||||
mimetype='application/json; charset=utf8', status=500)
|
||||
mimetype='application/json; charset=utf8', status=400)
|
||||
|
||||
class HtmlResponse(HttpResponse):
|
||||
def __init__(self, html=''):
|
||||
|
||||
Reference in New Issue
Block a user