diff --git a/users/templates/list_users.html b/users/templates/list_users.html index dc336a2..2e06246 100644 --- a/users/templates/list_users.html +++ b/users/templates/list_users.html @@ -1,6 +1,6 @@ {% extends 'home.html' %} -{% load i18n pagination django_bootstrap_breadcrumbs %} +{% load i18n pagination django_bootstrap_breadcrumbs static %} {% block breadcrumbs %} @@ -26,7 +26,7 @@ {% block content %} {% if messages %} {% for message in messages %} -