From b85ee43cc7c8bd1d8851a103f6aa52bf1eb98c53 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 14 Aug 2017 14:24:12 +0200 Subject: [PATCH] Better error message on 301, with hint on using the button --- templates/edit.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}