tweak email
This commit is contained in:
parent
da4848f307
commit
96541b968f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{% 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 %}
|
||||
View the latest version of the proposal online at <a href="http://{{ current_site }}{{ detail_url }}">http://{{ current_site }}{{ detail_url }}</a>
|
||||
</p>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue