Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#17] Shows radio show as title for podcast if not defined in latest … #27

Closed
wants to merge 1 commit into from

Conversation

txenoo
Copy link
Contributor

@txenoo txenoo commented Mar 28, 2016

…podcast

This fixed the #17 bug, that is still open in master.

After this change the latest podcast works in home page of radioco. Check patch appied in https://cuacfm.org/radioco/

… latest podcast

This fixed the iago1460#17 bug, that is still open in master.

After this change the latest podcast works in home page of radioco. Check patch appied in https://cuacfm.org/radioco/
@@ -148,7 +148,7 @@ <h5 class="a1" data-animate="fadeInUp">{{ programme.get_category_display }}</h5>
<div class="hline"></div>
{% for episode in latest_episodes %}
<p>
<a href="{{ episode.get_absolute_url }}">{% firstof episode.title|title episode|title %}</a>
<a href="{{ episode.get_absolute_url }}">{% firstof episode.title episode %}</a>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, are you saying that with the template tag "title" the output is None?

@txenoo
Copy link
Contributor Author

txenoo commented Jul 9, 2016

I've sent a new pull request.

@txenoo txenoo closed this Jul 9, 2016
@txenoo txenoo deleted the patch-1 branch July 9, 2016 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants