diff --git a/templates/edit.html b/templates/edit.html
index 8cad6ab..451f883 100644
--- a/templates/edit.html
+++ b/templates/edit.html
@@ -10,6 +10,8 @@
{% if bookmark.http_status == 404 %}
report_problem URL not found (404), broken/outdated link?
+ {% elif bookmark.http_status == 301 %}
+ report_problem HTTP status (301), moved permanently. Use button for new target
{% elif bookmark.http_status == 302 %}
report_problem HTTP status (302), moved temporarily. Use button for new target
{% elif bookmark.http_status == bookmark.HTTP_CONNECTIONERROR %}