Avoid empty 'Past' seciton on conference page
This commit is contained in:
parent
6333587cc2
commit
1ce82858ae
|
@ -43,7 +43,7 @@
|
|||
<div class="grid-container">
|
||||
{{ section("Current", current, "attending") }}
|
||||
{{ section("Future", future, "going") }}
|
||||
{{ section("Past", past|reverse, "went") }}
|
||||
{{ section("Past", past|reverse|list, "went") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue