styles fix
This commit is contained in:
		@ -8,9 +8,6 @@
 | 
				
			|||||||
{% with schedules=object.schedule_set.all %}
 | 
					{% with schedules=object.schedule_set.all %}
 | 
				
			||||||
{% if object.active and schedules %}
 | 
					{% if object.active and schedules %}
 | 
				
			||||||
<header class="schedules mt-3">
 | 
					<header class="schedules mt-3">
 | 
				
			||||||
    <h4 class="title is-4 mr-3">
 | 
					 | 
				
			||||||
        {% translate "Diffusions" %}
 | 
					 | 
				
			||||||
    </h4>
 | 
					 | 
				
			||||||
    {% for schedule in schedules %}
 | 
					    {% for schedule in schedules %}
 | 
				
			||||||
    <div class="schedule">
 | 
					    <div class="schedule">
 | 
				
			||||||
        <div class="heading">
 | 
					        <div class="heading">
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user