Commit d044d3e3 authored by 王浩's avatar 王浩

Merge branch 'haow/batch_create_topic' into 'master'

fix batch create topic

See merge request !49
parents 5a734e89 473b51d0
...@@ -112,7 +112,7 @@ class CreateTopicForBatch(BaseView): ...@@ -112,7 +112,7 @@ class CreateTopicForBatch(BaseView):
) )
if _tag_error: if _tag_error:
return self.error(_tag_error) return self.error(_tag_error)
_tag_data.update(location_tags) #_tag_data.update(location_tags)
# 更新发帖 # 更新发帖
# 处理标签,将文本中的标签处理成现有标签 # 处理标签,将文本中的标签处理成现有标签
......
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 to comment