Switch to side-by-side view
--- a/ForgeWiki/forgewiki/model/wiki.py +++ b/ForgeWiki/forgewiki/model/wiki.py @@ -74,7 +74,6 @@ description = self.text subject = 'Page %s created' % self.title Feed.post(self, description) - description += "\n\Page URL: %s" % h.full_url(self.url()) Notification.post(artifact=self, topic='metadata', text=description, subject=subject) @property