Changeset - 96541b968fbf
[Not reviewed]
0 1 0
Luke Hatcher - 11 years ago 2012-12-20 06:53:56
lukeman@gmail.com
tweak email
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
symposion/templates/emails/proposal_updated/message.html
Show inline comments
 
{% 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>
...
 
\ No newline at end of file
 
</p>
0 comments (0 inline, 0 general)