diff --git a/app/templates/packages/review_create_edit.html b/app/templates/packages/review_create_edit.html index 2f475cd..a49398f 100644 --- a/app/templates/packages/review_create_edit.html +++ b/app/templates/packages/review_create_edit.html @@ -4,9 +4,12 @@ {{ _("Review") }} {% endblock %} -{% block content %} +{% block link %} + {{ package.title }} +{% endblock %} -

{{ _("Review") }}

+{% block content %} +

{{ _("Post a review for %(name)s by %(author)s", name=self.link(), author=package.author.display_name) }}

{% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %}