Exploit the new batch_meetings function
Change-Id: I0be148e86871065f67c60f3fe08e656934b4d333
This commit is contained in:
parent
08f49a118d
commit
d3175bb84b
@ -34,7 +34,7 @@ use in your favorite calendaring app:</p>
|
||||
<h2>Meeting details</h2>
|
||||
<small>
|
||||
<div class="container-fluid">
|
||||
{% for column in meetings|sort(attribute='project')|batch(4) %}
|
||||
{% for column in batch_meetings(meetings, 4)|batch(4) %}
|
||||
<div class="row">
|
||||
{% for meeting in column %}
|
||||
<div class="col-md-3 col-xs-6">
|
||||
|
Loading…
x
Reference in New Issue
Block a user