tweak email

This commit is contained in:
Luke Hatcher 2012-12-20 01:53:56 -05:00
parent da4848f307
commit 96541b968f

View file

@ -1,6 +1,6 @@
{% load account_tags %}
<p>
<b>{% user_display user %}</b> has made changes to <b>{{ proposal.title }}</b> which you have previously reviewed.
<b>{% user_display user %}</b> has made changes to <b>{{ proposal.title }}</b> which you have previously reviewed or commented on.
</p>
<p>
{% url review_detail proposal.pk as detail_url %}