]> git.parisson.com Git - telemeta.git/commitdiff
add user to rss revisions
authoryomguy <yomguy@parisson.com>
Thu, 16 Jun 2011 15:20:36 +0000 (17:20 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 16 Jun 2011 15:20:36 +0000 (17:20 +0200)
telemeta/web/base.py

index 0452d24b469df0fe47cda096cc7cc763ebcd2f5e..d53cf1aead431d7a9a3a083aed6c563498c70d15 100644 (file)
@@ -1078,7 +1078,7 @@ class WebView(object):
             element = r['element']
             if element:
                 link = 'http://' + rss_host + '/' + revision.element_type + 's/' + str(element.public_id)                
-                description = ''
+                description = '<b>modified by : ' + revision.user.username + '</b><br /><br />'
                 dict = element.to_dict()
                 for tag in dict.keys():
                     try: