Files @ 54f53cd2c655
Branch filter:

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

James Polley
Add a waffle, for flipping and switching
1
2
3
4
5
6
7
8
{% load i18n %}
<p>
  {% blocktrans with title=proposal.title username=user.username %}<b>{{ username }}</b> has made changes to <b>{{ title }}</b> which you have previously reviewed or commented on.{% endblocktrans %}
</p>
<p>
    {% url 'review_detail' proposal.pk as detail_url %}
    {% blocktrans %}View the latest version of the proposal online at <a href="http://{{ current_site }}{{ detail_url }}">http://{{ current_site }}{{ detail_url }}</a>{% endblocktrans %}
</p>