aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/packages')
-rw-r--r--app/templates/packages/review_create_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/review_create_edit.html b/app/templates/packages/review_create_edit.html
index a49398f..a53bbd7 100644
--- a/app/templates/packages/review_create_edit.html
+++ b/app/templates/packages/review_create_edit.html
@@ -9,7 +9,7 @@
{% endblock %}
{% block content %}
-<h1>{{ _("Post a review for %(name)s by %(author)s", name=self.link(), author=package.author.display_name) }}</h1>
+<h1>{{ _("Post a review for %(title)s by %(author)s", title=self.link(), author=package.author.display_name) }}</h1>
{% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %}
<form method="POST" action="" enctype="multipart/form-data">