diff --git a/critiquebrainz/frontend/templates/bb_edition_group/entity.html b/critiquebrainz/frontend/templates/bb_edition_group/entity.html index 40b9feda7..d0f55453f 100644 --- a/critiquebrainz/frontend/templates/bb_edition_group/entity.html +++ b/critiquebrainz/frontend/templates/bb_edition_group/entity.html @@ -2,6 +2,7 @@ {% from 'macros.html' import show_avg_rating, entity_rate_form, show_review_buttons with context %} {% from 'common.html' import rating_script with context %} +{% block title %}{{ edition_group.name }} - CritiqueBrainz{% endblock %} {% block content %}
diff --git a/critiquebrainz/frontend/templates/review/entity/bb_edition_group.html b/critiquebrainz/frontend/templates/review/entity/bb_edition_group.html index 739ad86c5..5ddefe770 100644 --- a/critiquebrainz/frontend/templates/review/entity/bb_edition_group.html +++ b/critiquebrainz/frontend/templates/review/entity/bb_edition_group.html @@ -2,6 +2,10 @@ {% set bb_edition_group = entity %} +{% block title %} + {{ _('Review of "%(edition_group)s" by %(user)s', edition_group=bb_edition_group.name, user=review.user.display_name) }} - CritiqueBrainz +{% endblock %} + {% block entity_title %}

{% set edition_group_name = '' | safe % url_for('bb_edition_group.entity', id=review.entity_id) ~ bb_edition_group.name ~ ''|safe %}