Make a real link in signature
This commit is contained in:
parent
f428fb47a2
commit
98a4d0547a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages):
|
|||
date=thread.date,
|
||||
parent=None,
|
||||
content=content.body,
|
||||
signature='URL: %s' % content.url,
|
||||
signature='<a href="%s">URL</a> \n' % content.url,
|
||||
flags=flags,
|
||||
children=[])
|
||||
return thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue