Allow user to browse next/prev month on calendar
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</button>
|
||||
</h2>
|
||||
<div class="!visible collapse p-4 hidden">
|
||||
{{ render_partial('partials/calendar.html', calendar_month=u.calendar_month) }}
|
||||
{{ render_partial('partials/calendar.html', calendar_month=u.calendar_month, user_id = u.id) }}
|
||||
|
||||
|
||||
<ol class="relative border-l border-gray-200 dark:border-gray-700">
|
||||
|
||||
Reference in New Issue
Block a user