# HG changeset patch # User Jeff Hammel # Date 1273124725 25200 # Node ID 86118cd8912ef01867c11edb055e387c29f9ed53 # Parent af87537031b0ac2b4d2c6bc00814755ff31ec614 display what tags we are talking about diff -r af87537031b0 -r 86118cd8912e taginthemiddle/handlers.py --- 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): diff -r af87537031b0 -r 86118cd8912e taginthemiddle/templates/tags.html --- a/taginthemiddle/templates/tags.html Wed May 05 22:41:17 2010 -0700 +++ b/taginthemiddle/templates/tags.html Wed May 05 22:45:25 2010 -0700 @@ -1,6 +1,6 @@ -Tags +${' + '.join(tags)}