Mercurial > moin > 2.0
changeset 2716:b9ef8aedf9ce
Now user can see unsubscribe link in blog view if he is subscribed to blog items in modernized theme
author | Saurabh Kathpalia <saurabh.kathpalia95@gmail.com> |
---|---|
date | Thu, 14 Aug 2014 23:12:19 +0530 |
parents | 9db0a5f3a6f8 |
children | c868f29f6d90 |
files | MoinMoin/items/blog.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/items/blog.py Thu Aug 14 21:42:11 2014 +0530 +++ b/MoinMoin/items/blog.py Thu Aug 14 23:12:19 2014 +0530 @@ -91,6 +91,7 @@ blog_item=self, blog_entry_items=blog_entry_items, tag=tag, + item=self, ) @@ -127,4 +128,5 @@ fqname=blog_item.fqname, blog_item=blog_item, blog_entry_item=self, + item=self, )