mirror of https://github.com/snachodog/mybuddy.git
parent
8e814f1674
commit
2a7402283c
|
@ -44,6 +44,7 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
|
{% if timeline_objects %}
|
||||||
<ul class="timeline m-auto">
|
<ul class="timeline m-auto">
|
||||||
{% for object in timeline_objects %}
|
{% for object in timeline_objects %}
|
||||||
<li{% cycle "" ' class="timeline-inverted"' %}>
|
<li{% cycle "" ' class="timeline-inverted"' %}>
|
||||||
|
@ -66,6 +67,9 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% else %}
|
||||||
|
<div class="text-center">No events</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue