##// 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 112 if thread:
113 113 opening_post = Post.objects.get(
114 114 id=thread.find(TAG_ID).text)
115 # TODO Get tags here
116 115 else:
117 116 opening_post = None
117 # TODO Get tags here
118 118
119 119 # TODO Check that the replied posts are already present
120 120 # before adding new ones
General Comments 0
You need to be logged in to leave comments. Login now