mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Better reporting on 404
This commit is contained in:
@@ -8,7 +8,11 @@
|
|||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<div class="card-panel red darken-1">
|
<div class="card-panel red darken-1">
|
||||||
<span class="white-text">
|
<span class="white-text">
|
||||||
|
{% if bookmark.http_status == 404 %}
|
||||||
|
<i class="material-icons">report_problem</i> URL not found (404), broken/outdated link?
|
||||||
|
{% else %}
|
||||||
<i class="material-icons">report_problem</i> HTTP status {{ bookmark.http_status }}
|
<i class="material-icons">report_problem</i> HTTP status {{ bookmark.http_status }}
|
||||||
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user