diff taginthemiddle/handlers.py @ 14:86118cd8912e

display what tags we are talking about
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 05 May 2010 22:45:25 -0700
parents 1ae2f98f9675
children 5f492a6fbdd1
line wrap: on
line diff
--- a/taginthemiddle/handlers.py	Wed May 05 22:41:17 2010 -0700
+++ b/taginthemiddle/handlers.py	Wed May 05 22:45:25 2010 -0700
@@ -99,6 +99,7 @@
         self.tags = path[index+1:]
         if not self.tags:
             raise HandlerMatchException
+        self.data['tags'] = self.tags
 
     @classmethod
     def match(cls, app, request):