Template Loader finds the template but template is not loaded
TemplateDoesNotExist at /cardpayment/ cardpayment.html Request Method: G
Find settings.py in your python project and add following line. I hope it will work
SETTINGS_PATH = os.path.normpath(os.path.dirname(__file__)) TEMPLATE_DIRS = ( os.path.join(SETTINGS_PATH, 'templates'), )