Added "Last Call Issued:" to front of last call atom feed entry subjects.

- Legacy-Id: 6624
This commit is contained in:
Joel M. Halpern 2013-11-02 21:56:40 +00:00
parent c936db32c0
commit 139b886458

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 }}"/>