diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-14 20:46:19 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-14 20:46:19 +0000 |
| commit | 4ba8c2852312cc9e7d82c0c4ceb09d370e21ddf8 (patch) | |
| tree | 1697ebf6a64fca05d63952feb1059bbe42a833c4 /repoze/bfg/sampleapp/configure.zcml | |
| parent | 4bbd6a3d08c64471e23adaf6e566709e0ceaf480 (diff) | |
| download | pyramid-4ba8c2852312cc9e7d82c0c4ceb09d370e21ddf8.tar.gz pyramid-4ba8c2852312cc9e7d82c0c4ceb09d370e21ddf8.tar.bz2 pyramid-4ba8c2852312cc9e7d82c0c4ceb09d370e21ddf8.zip | |
Really allow views to be functions.
Diffstat (limited to 'repoze/bfg/sampleapp/configure.zcml')
| -rw-r--r-- | repoze/bfg/sampleapp/configure.zcml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/sampleapp/configure.zcml b/repoze/bfg/sampleapp/configure.zcml index e026a12f2..374a93090 100644 --- a/repoze/bfg/sampleapp/configure.zcml +++ b/repoze/bfg/sampleapp/configure.zcml @@ -18,7 +18,7 @@ permission="repoze.view" /> - <!-- the add template for a BlogEntry --> + <!-- the add view for a BlogEntry --> <bfg:view for=".models.IBlog" factory=".views.blog_entry_add_view" |
