Merged [6624] from jmh@joelhalpern.com:

Added \'Last Call Issued:\' to front of last call atom feed entry subjects.
 - Legacy-Id: 6634
Note: SVN reference [6624] has been migrated to Git commit 139b886458
This commit is contained in:
Henrik Levkowetz 2013-11-02 23:09:18 +00:00
commit 64145371c6

View file

@ -9,7 +9,11 @@
{% for entry in entries %}
<entry>
{% if entry.type == 'sent_last_call' %}
<title>Last Call Issued: {{ entry.doc.title }}</title>
{% else %}
<title>{{ entry.doc.title }}</title>
{% endif %}
<link href="{{ entry.doc.get_absolute_url }}"/>