OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

TemplateDoesNotExist #62

Closed johnfelipe closed 10 years ago

johnfelipe commented 10 years ago
    Django tried loading these templates, in this order:

        Using loader django.template.loaders.filesystem.Loader:
            /var/www/moocng/moocng/moocng/templates/courses/home.html (File does not exist)
        Using loader django.template.loaders.app_directories.Loader:
            /var/www/moocng/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/auth/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/django_grappelli-2.4.4-py2.6.egg/grappelli/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/django_admin_sortable-1.4.9-py2.6.egg/adminsortable/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/django_celery-3.0.17-py2.6.egg/djcelery/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/django_tinymce-1.5.1b2-py2.6.egg/tinymce/templates/courses/home.html (File does not exist)
            /var/www/moocng/django-tastypie/tastypie/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/django_compressor-1.1.2-py2.6.egg/compressor/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/contact/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/badges/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/courses/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/assets/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/teacheradmin/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/enrollment/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/categories/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/peerreview/templates/courses/home.html (File does not exist)
            /var/www/moocng/moocng/moocng/media_contents/templates/courses/home.html (File does not exist)
            /var/www/moocng/lib/python2.6/site-packages/djangosaml2-0.10.0-py2.6.egg/djangosaml2/templates/courses/home.html (File does not exist)
ablanco commented 10 years ago

That template no longer exists, if you have local changes in the code you'll have to adapt or remove them.

johnfelipe commented 10 years ago

Path to edit please?

ablanco commented 10 years ago

I don't know which files did you change, you are the one that should know that.