Skip to content

Commit

Permalink
Feat: Add leave_requests on faircalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineSmagghe committed Jun 14, 2024
1 parent 51208d7 commit 659f71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/pages/faircalendar/_filters_form.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% from 'macros/month_navigator.njk' import month_navigator %}
{% import 'macros/links.njk' as links %}

{% macro filters_form() %}
<pc-frame-form class="pc-cluster pc-gap" style="--cluster-align: flex-end">
{{ links.add(path('people_leave_requests_add'), text='leave-requests-add-title'|trans) }}
{{ month_navigator(monthTarget='#month', yearTarget='#year') }}

<pc-auto-form>
Expand Down

0 comments on commit 659f71f

Please sign in to comment.