diff --git a/newsbox/templates/newsbox/inc/list.html b/newsbox/templates/newsbox/inc/list.html
index 69a49a61962a70cdd7942948ba90df6e8a2cc18a..2f0cf7d83d1766030293e40925b9907866940bb5 100644
--- a/newsbox/templates/newsbox/inc/list.html
+++ b/newsbox/templates/newsbox/inc/list.html
@@ -59,7 +59,7 @@
 
                 {% for object in object_list %}
                     {% block newsbox_list_item %}
-                        {% include model_opts.app_label|add:'/inc/'|add:model_opts.model_name|add:'-list-item.html' %}
+                        {% include model_opts.app_label|add:'/inc/'|add:model_opts.model_name|add:'_list_item.html' %}
                     {% endblock %}
                 {% endfor %}
 
diff --git a/newsbox/templates/newsbox/inc/list-item.html b/newsbox/templates/newsbox/inc/list_item.html
similarity index 100%
rename from newsbox/templates/newsbox/inc/list-item.html
rename to newsbox/templates/newsbox/inc/list_item.html
diff --git a/newsbox_cms/templates/newsbox_cms/inc/list-item.html b/newsbox_cms/templates/newsbox_cms/inc/list_item.html
similarity index 95%
rename from newsbox_cms/templates/newsbox_cms/inc/list-item.html
rename to newsbox_cms/templates/newsbox_cms/inc/list_item.html
index a370a5b16db8d4405c239f42608a3a9927d9beb2..db644630143562ce9349ce9168ba1590af0285bb 100644
--- a/newsbox_cms/templates/newsbox_cms/inc/list-item.html
+++ b/newsbox_cms/templates/newsbox_cms/inc/list_item.html
@@ -1,4 +1,4 @@
-{% extends "newsbox/inc/list-item.html" %}
+{% extends "newsbox/inc/list_item.html" %}
 {% load i18n cms_tags %}
 
 {% block newsbox_list_item_header %}