app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 25 Jul 2009 13:13:20 +0200
changeset 2680 b96ba702e82c
parent 54 03e267d67478
permissions -rw-r--r--
Every radio button is now properly shown on a new line. Update issue 655 Owner: ljvderijk Fixes Issue 655.

# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.

from django.template.loader import *