Template error
http://192.168.1.4:8000/speaker/schedule/, clicked link http://192.168.1.4:8000/accounts/register/, error: Environment:
Request Method: GET Request URL: http://192.168.1.4:8000/accounts/register/ Django Version: 1.1.1 Python Version: 2.6.5 Installed Applications: ['django.contrib.flatpages', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'common', 'accounts', 'speakers', 'volunteers', 'voting', 'sponsors', 'lugs', 'updates', 'ticketing', 'event', 'sorl.thumbnail'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware', 'django.middleware.gzip.GZipMiddleware', 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', 'common.middleware.SiteIdOnFlyMiddleware')
Template Loader Error: Django tried loading these templates, in this order: Using loader common.templateloader.load_template_source: /var/www/ConMan/public/themes/ugly/accounts/registration_form.html (File does not exist) Using loader django.template.loaders.app_directories.load_template_source: /usr/lib/pymodules/python2.6/django/contrib/admin/templates/accounts/registration_form.html (File does not exist)
Traceback: File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response
-
File "/var/www/ConMan/accounts/views.py" in registerresponse = callback(request, _callback_args, *_callback_kwargs) -
File "/usr/lib/pymodules/python2.6/django/shortcuts/init.py" in render_to_responsecontext_instance=RequestContext(request)) -
File "/usr/lib/pymodules/python2.6/django/template/loader.py" in render_to_stringreturn HttpResponse(loader.render_to_string(_args, *_kwargs), **httpresponse_kwargs) -
File "/usr/lib/pymodules/python2.6/django/template/loader.py" in get_templatet = get_template(template_name) -
File "/usr/lib/pymodules/python2.6/django/template/loader.py" in find_template_sourcesource, origin = find_template_source(template_name) -
raise TemplateDoesNotExist, name
Exception Type: TemplateDoesNotExist at /accounts/register/ Exception Value: accounts/registration_form.html