diff --git a/symposion/templates/emails/proposal_updated/message.html b/symposion/templates/emails/proposal_updated/message.html deleted file mode 100644 index e20ed4f0d294d262c203bff9a6b3f122c7d3519a..0000000000000000000000000000000000000000 --- a/symposion/templates/emails/proposal_updated/message.html +++ /dev/null @@ -1,8 +0,0 @@ -{% load account_tags %} -

- {% user_display user %} has made changes to {{ proposal.title }} which you have previously reviewed or commented on. -

-

- {% url "review_detail" proposal.pk as detail_url %} - View the latest version of the proposal online at http://{{ current_site }}{{ detail_url }} -