Added "Last Call Issued:" to front of last call atom feed entry subjects.
- Legacy-Id: 6624
This commit is contained in:
parent
c936db32c0
commit
139b886458
|
@ -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 }}"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue