diff --git a/templates/edit.html b/templates/edit.html index 397b0cc..6b0643e 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -8,7 +8,11 @@
+ {% if bookmark.http_status == 404 %} + report_problem  URL not found (404), broken/outdated link? + {% else %} report_problem  HTTP status {{ bookmark.http_status }} + {% endif %}