From f8dbdee6167b3b4ab1ee4b2138a3e04e47a7c9df Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 18 Jun 2009 06:35:21 +0000 Subject: - The matchdict related to the matching of a Routes route is available on the request as the ``matchdict`` attribute: ``request.matchdict``. If no route matched, this attribute will be None. --- .../bfgwiki2/src/authorization/tutorial/configure.zcml | 10 +++++----- docs/tutorials/bfgwiki2/src/authorization/tutorial/views.py | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'docs/tutorials/bfgwiki2/src/authorization') diff --git a/docs/tutorials/bfgwiki2/src/authorization/tutorial/configure.zcml b/docs/tutorials/bfgwiki2/src/authorization/tutorial/configure.zcml index ff0125f83..fd8c8484c 100644 --- a/docs/tutorials/bfgwiki2/src/authorization/tutorial/configure.zcml +++ b/docs/tutorials/bfgwiki2/src/authorization/tutorial/configure.zcml @@ -6,6 +6,11 @@ + + - -