~mhall119/loco-team-portal/fixes-619886

« back to all changes in this revision

Viewing changes to loco_directory/templates/events/team_events_rss.xml

  • Committer: Daniel Holbach
  • Date: 2010-08-17 09:20:00 UTC
  • mfrom: (233.2.1 loco-directory)
  • Revision ID: daniel.holbach@canonical.com-20100817092000-u10j47mh5u6v5wkz
mergedĀ lp:~robertwall/loco-directory/510572

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                <item>
10
10
                        <title> {{ e.name }}</title>
11
11
                        <link>{{base}}{% url team-event-detail e.id %}</link>
12
 
                        <description>{{ e.description }}</description>
 
12
                        <description>{% trans "When:" %} {% spaceless %}
 
13
                        {% ifequal e.date_begin|date e.date_end|date %}
 
14
                                {{ e.date_begin|date:"D, d N Y H:i" }} - {{ e.date_end|date:"H:i O" }}
 
15
                        {% else %}
 
16
                                {{ e.date_begin|date:"D, d N Y H:i" }} - {{ e.date_end|date:"D, d N Y H:i O" }}
 
17
                        {% endifequal %}
 
18
                        {% endspaceless %}{% if e.venue.name %} | {% trans "Where:" %} {{ e.venue.name }}{% endif %}
 
19
                        {% if e.description %} | {% trans "Description:" %} {{ e.description }}{% endif %}</description>
13
20
                        <guid>{{base}}{% url team-event-detail e.id %}</guid>
14
21
                </item>
15
22
                {% endfor %}
16
23
        </channel>
17
 
</rss>
 
 
b'\\ No newline at end of file'
 
24
</rss>