Fix broken template tag
This commit is contained in:
		
							parent
							
								
									edb349d12d
								
							
						
					
					
						commit
						293350658a
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -19,7 +19,7 @@ | |||
| {% endfor %} | ||||
| </ul> | ||||
| 
 | ||||
| <p><a href="{% url 'podjango:cast' }">All oggcasts…</a></p> | ||||
| <p><a href="{% url 'podjango:cast' %}">All oggcasts…</a></p> | ||||
| <!-- Query is not working right now! --> | ||||
| <!-- <p><a href="/podcast/query/">Query...</a></p> --> | ||||
| 
 | ||||
|  |  | |||
|  | @ -52,6 +52,6 @@ by <a href="http://identi.ca/faif">following @faif on identi.ca</a>.</p> | |||
| 
 | ||||
| {% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %} | ||||
| 
 | ||||
| <p><span class="continued"><a href="{% url 'podjango:cast' }">Other FaiF oggcasts…</a></span></p> | ||||
| <p><span class="continued"><a href="{% url 'podjango:cast' %}">Other FaiF oggcasts…</a></span></p> | ||||
| 
 | ||||
| {% endblock %} | ||||
|  |  | |||
|  | @ -41,7 +41,7 @@ Bradley and Karen to discuss various topics regarding FLOSS.</p> | |||
| <a href="{% url 'podjango:feed-mp3' %}" | ||||
|        class="feedlink"><img src="/img/cast/rss-audiomp3.png" | ||||
|                              alt="[MP3 Audio | ||||
|        RSS]"/></a><a href="{% url 'podjango:cast' }">Recent Free as in Freedom Shows</a></h2> | ||||
|        RSS]"/></a><a href="{% url 'podjango:cast' %}">Recent Free as in Freedom Shows</a></h2> | ||||
| 
 | ||||
| {% for cc in cast %} | ||||
| <div class="shaded"> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue