diff --git a/im_notif/im_notif_models.py b/im_notif/im_notif_models.py
index 8253d46..03858b6 100644
--- a/im_notif/im_notif_models.py
+++ b/im_notif/im_notif_models.py
@@ -89,10 +89,10 @@ class mail_notification(models.Model):
if url:
about = '%s' % (url, about)
im_text = [
- '%s [FROM] %s' % (message.type, author),
- about,
'_____________________',
'_____[open_inbox]_____' % inbox_url,
+ '%s [FROM] %s' % (message.type, author),
+ about,
]
#im_text = im_text + body.split('\n')
return im_text