diff --git a/pinaxcon/templates/symposion/emails/proposal_updated/message.html b/pinaxcon/templates/symposion/emails/proposal_updated/message.html deleted file mode 100644 index 93a5a26cdcd14796d5df6df3f9552a028e319684..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/emails/proposal_updated/message.html +++ /dev/null @@ -1,10 +0,0 @@ -{% load account_tags %} -{% load i18n %} -{% user_display user as username %} -

- {% blocktrans with title=proposal.title %}{{ username }} has made changes to {{ title }} which you have previously reviewed or commented on.{% endblocktrans %} -

-

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