Files @ 5d4b81ae8607
Branch filter:

Location: symposion_app/symposion/templates/emails/proposal_updated/message.html

David Ray
Merge pull request #5 from pyohio/update-requirements

Update requirements
1
2
3
4
5
6
7
8
{% load account_tags %}
<p>
    <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>