Added template code validation to the admin. This essentially addresses bug #14 by...
authormelinath <stephen.r.burrows@gmail.com>
Tue, 17 Aug 2010 16:16:20 +0000 (12:16 -0400)
committermelinath <stephen.r.burrows@gmail.com>
Tue, 17 Aug 2010 16:16:20 +0000 (12:16 -0400)
commit92e6313ae3fbcf8f7c381aa91d53f2e32714f2c3
treeb78eb11667620c9942f4595a15ed25f1c46c6656
parentde021e45f4d95f97caf155c350c11fcb6c02d0fe
Added template code validation to the admin. This essentially addresses bug #14 by catching errors with validation on templates instead of letting it show up as a server error later. (Note that there should still be better validation on Pages, as deletion of a template say on the filesystem could render a db-driven template invalid.)
admin/pages.py