add missing dated_list_page.html
This commit is contained in:
		
							
								
								
									
										15
									
								
								cms/templates/cms/dated_list_page.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								cms/templates/cms/dated_list_page.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
{% extends "cms/base_site.html" %}
 | 
			
		||||
{# display a timetable of planified diffusions by days #}
 | 
			
		||||
 | 
			
		||||
{% load wagtailcore_tags %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
{% if page.body %}
 | 
			
		||||
<div class="body">
 | 
			
		||||
{{ page.body|richtext }}
 | 
			
		||||
</div>
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% include "cms/snippets/date_list.html" %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user