Look back two weeks in event list
This commit is contained in:
parent
bc31db6143
commit
98ed132430
2 changed files with 3 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
|
||||
<h3>Agenda</h3>
|
||||
|
||||
{% for event in events if event.as_date >= last_week %}
|
||||
{% for event in events if event.as_date >= two_weeks_ago %}
|
||||
{% if loop.first or event.date.year != loop.previtem.date.year %}
|
||||
<div class="row mt-2">
|
||||
<div class="col">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue