File diff c80ed09d701d → 0b9ab6970cbf
conservancy/podjango/templates/podjango/cast/cast_list.html
Show inline comments
...
 
@@ -9,13 +9,13 @@
 
{% block content %}
 

	
 
<h1>{% include 'podjango/feed_links.inc.html' %} <a href="{% url 'podjango:cast-home' %}">The Corresponding Source</h1>
 

	
 
{% if tags %}
 
<p>Displaying casts
 
tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% ifequal forloop.revcounter 2 %} or {% endifequal %}{% endfor %}
 
tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if forloop.revcounter == 2 %} or {% endif %}{% endfor %}
 
</p>
 
{% endif %}
 

	
 
{% for object in object_list %}
 
    <div class="pa2 mb2" style="background: #F0FFB8">
 
    <h3>