diff --git a/app/templates/packages/review_create_edit.html b/app/templates/packages/review_create_edit.html index b284a910..a3e7f57d 100644 --- a/app/templates/packages/review_create_edit.html +++ b/app/templates/packages/review_create_edit.html @@ -16,12 +16,17 @@ {% block content %}
+ {{ _("Please make sure you read ContentDB's rules") }} +
+ {% if package.issueTracker %}
{{ _("Found a bug? Post on the issue tracker instead.", url=package.issueTracker) }}