Skip to content

Commit db8665e

Browse files
committed
Fix review form message
1 parent 948a84b commit db8665e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/packages/review_create_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<h1>{{ _("Post a review for %(title)s by %(author)s", title=self.link(), author=package.author.display_name) }}</h1>
1818

1919
<p class="alert alert-primary">
20-
{{ _("Please make sure you read ContentDB's <a href="/reviews_policy/">Reviews policy</a> and <a href='/terms/'>Terms of Service</a>") }}
20+
{{ _("Please make sure you read ContentDB's <a href='/reviews_policy/'>Reviews policy</a> and <a href='/terms/'>Terms of Service</a>") }}
2121
</p>
2222

2323
{% if package.issueTracker %}

0 commit comments

Comments
 (0)