~daker/loco-team-portal/fix.1088088

« back to all changes in this revision

Viewing changes to loco_directory/templates/feeds/events_description.html

  • Committer: Tarmac
  • Author(s): Adnane Belmadiaf
  • Date: 2012-11-27 21:16:15 UTC
  • mfrom: (564.1.1 fix.rss-feeds)
  • Revision ID: tarmac@geekpad-20121127211615-hbbyvgheuc0mrth3
[r=] * RSS feeds are now using syndication framework
* Old URLs feed now redirect to the new ones

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% load i18n %}
 
2
{% trans "When:" %} {% spaceless %}
 
3
{% ifequal obj.date_begin|date obj.date_end|date %}
 
4
        {{ obj.date_begin|date:"D, d N Y H:i" }} - {{ obj.date_end|date:"H:i O" }}
 
5
{% else %}
 
6
        {{ obj.date_begin|date:"D, d N Y H:i" }} - {{ obj.date_end|date:"D, d N Y H:i O" }}
 
7
{% endifequal %}
 
8
{% endspaceless %}
 
9
{% if obj.venue.name %} | {% trans "Where:" %} {{ obj.venue.name }}{% endif %}
 
10
{% if obj.description %} | {% trans "Description:" %} {{ obj.description }}{% endif %}