# HG changeset patch # User Pawel Solyga # Date 1236559485 0 # Node ID b6e062cee81437f5985499e0434d71ae6297b841 # Parent 2d3bcf1a17e39de3e28b7006b06de7cb8659f671 Make the http links use tag in new_notification.html and welcome.html mail templates. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 2d3bcf1a17e3 -r b6e062cee814 app/soc/templates/soc/mail/new_notification.html --- a/app/soc/templates/soc/mail/new_notification.html Mon Mar 09 00:43:36 2009 +0000 +++ b/app/soc/templates/soc/mail/new_notification.html Mon Mar 09 00:44:45 2009 +0000 @@ -16,7 +16,7 @@ {% block content %} You have received a new notification entitled "{{ notification.subject }}". -To read, respond to, or delete this notification please visit {{ notification_url }}. +To read, respond to, or delete this notification please visit {{ notification_url }}. {% endblock %} {% block signature %} diff -r 2d3bcf1a17e3 -r b6e062cee814 app/soc/templates/soc/mail/welcome.html --- a/app/soc/templates/soc/mail/welcome.html Mon Mar 09 00:43:36 2009 +0000 +++ b/app/soc/templates/soc/mail/welcome.html Mon Mar 09 00:44:45 2009 +0000 @@ -22,7 +22,7 @@ Currently Melange is still under development, if you run into any trouble you can usually find us at #melange on freenode IRC network. If you find any bugs,please report them to our Issue tracker which can be found -at http://code.google.com/p/soc/issues/list. +at http://code.google.com/p/soc/issues/list. {% endifequal %} {% endblock %}