Add recent positive reviews to homepage

This commit is contained in:
rubenwardy
2020-07-09 05:22:58 +01:00
parent 25b481ac0a
commit 75ab56cad1
6 changed files with 52 additions and 21 deletions

View File

@@ -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">