Consistently set placeholders to "" and refrain from calling methods directly in the Django template. Django does not allow you to call methods in templates. Originally, the placeholder attribute was only set to "" when there was no song / artist name. I think it's better to just always set it. It will appear only whenever there is no value anyway.
Consistently set placeholders to "" and refrain from calling methods directly in the Django template. Django does not allow you to call methods in templates. Originally, the placeholder attribute was only set to "" when there was no song / artist name. I think it's better to just always set it. It will appear only whenever there is no value anyway.
Resolves #1327