added box to schedule detail
This commit is contained in:
		
							parent
							
								
									30e8f1dab5
								
							
						
					
					
						commit
						7c54c8d40b
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -2,6 +2,7 @@ | ||||||
| 
 | 
 | ||||||
| {% load i18n %} | {% load i18n %} | ||||||
| {% load bootstrap_tags %} | {% load bootstrap_tags %} | ||||||
|  | {% load boxes_tags %} | ||||||
| 
 | 
 | ||||||
| {% block head_title %}Conference Schedule{% endblock %} | {% block head_title %}Conference Schedule{% endblock %} | ||||||
| 
 | 
 | ||||||
|  | @ -37,6 +38,8 @@ | ||||||
|         <div class="span12"> |         <div class="span12"> | ||||||
|             <h1>Schedule</h1> |             <h1>Schedule</h1> | ||||||
|              |              | ||||||
|  |             {% box "schedule_top" %} | ||||||
|  |              | ||||||
|             {% for timetable in days %} |             {% for timetable in days %} | ||||||
|                 <h2>{{ timetable.day.date }}</h2> |                 <h2>{{ timetable.day.date }}</h2> | ||||||
|                 {% include "schedule/_grid.html" %} |                 {% include "schedule/_grid.html" %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Brian Rosner
						Brian Rosner