app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 24 Nov 2008 22:34:56 +0000
changeset 584 ba8a624506e5
parent 54 03e267d67478
permissions -rw-r--r--
Adds and uses a modified_by property in models/work.py This property is used to display the user who last edited the work in the document viewer. Fixes author being set on every edit. Also edited the style-sheet to fix issue i128. Patch by: Lennard de Rijk

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

from django.template.loader import *