diff --git a/lms/templates/discussion/thread.html b/lms/templates/discussion/thread.html deleted file mode 100644 index beee18a4ca..0000000000 --- a/lms/templates/discussion/thread.html +++ /dev/null @@ -1,107 +0,0 @@ -<%! from django.core.urlresolvers import reverse %> -<%! from datehelper import time_ago_in_words %> -<%! from dateutil.parser import parse %> -<%! import urllib %> - -<%def name="render_thread(course_id, thread, show_comments=False)"> -