2012-08-27 18:12:19 +00:00
|
|
|
{% load account_tags %}
|
|
|
|
<p>
|
2012-12-20 06:53:56 +00:00
|
|
|
<b>{% user_display user %}</b> has made changes to <b>{{ proposal.title }}</b> which you have previously reviewed or commented on.
|
2012-08-27 18:12:19 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
{% url review_detail proposal.pk as detail_url %}
|
|
|
|
View the latest version of the proposal online at <a href="http://{{ current_site }}{{ detail_url }}">http://{{ current_site }}{{ detail_url }}</a>
|
2012-12-20 06:53:56 +00:00
|
|
|
</p>
|