##// END OF EJS Templates
Moved the TODO item to the proper section
neko259 -
r1235:3ee64c6f decentral
parent child Browse files
Show More
@@ -112,9 +112,9 b' class SyncManager:'
112 if thread:
112 if thread:
113 opening_post = Post.objects.get(
113 opening_post = Post.objects.get(
114 id=thread.find(TAG_ID).text)
114 id=thread.find(TAG_ID).text)
115 # TODO Get tags here
116 else:
115 else:
117 opening_post = None
116 opening_post = None
117 # TODO Get tags here
118
118
119 # TODO Check that the replied posts are already present
119 # TODO Check that the replied posts are already present
120 # before adding new ones
120 # before adding new ones
General Comments 0
You need to be logged in to leave comments. Login now