diff --git a/home/static/images/404-1.gif b/home/static/images/404-1.gif new file mode 100644 index 0000000..be09871 Binary files /dev/null and b/home/static/images/404-1.gif differ diff --git a/rumine/templates/404.html b/rumine/templates/404.html index 716f3b3..dd21702 100644 --- a/rumine/templates/404.html +++ b/rumine/templates/404.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static %} {% block title %}Page not found{% endblock %} @@ -24,7 +25,8 @@ .four_zero_four_bg{ - background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); + /* background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); */ + background-image: url("{% static 'images/404-1.gif' %}"); height: 400px; background-position: center; }