Skip to content
Snippets Groups Projects
Commit 532febf2 authored by Benoît Charpentier's avatar Benoît Charpentier
Browse files

renommage des fichiers list_item

parent 91a36939
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{% for object in object_list %} {% for object in object_list %}
{% block newsbox_list_item %} {% 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 %} {% endblock %}
{% endfor %} {% endfor %}
......
{% extends "newsbox/inc/list-item.html" %} {% extends "newsbox/inc/list_item.html" %}
{% load i18n cms_tags %} {% load i18n cms_tags %}
{% block newsbox_list_item_header %} {% block newsbox_list_item_header %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment