Skip to content

Commit

Permalink
Update critiquebrainz/frontend/templates/review/entity/recording.html
Browse files Browse the repository at this point in the history
Co-authored-by: Jason <jasondaok@gmail.com>
  • Loading branch information
amCap1712 and jdaok authored Aug 22, 2021
1 parent 4f04b94 commit e6b4255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block entity_title %}
<h2 id="title">
{% if recording %}
<a href="{{ url_for('recording.entity', id=review.entity_id) }}">recording.name</a>
<a href="{{ url_for('recording.entity', id=review.entity_id) }}">{{ recording.name }}</a>
{% else %}
{{ _('[Unknown recording]') }}
{% endif %}
Expand Down

0 comments on commit e6b4255

Please sign in to comment.