Skip to content

Commit

Permalink
fixup! UX/UI: Update job applications filters
Browse files Browse the repository at this point in the history
Prefer using the job_applications_list_kind over the user type, although
both conditions are equivalent, the first one is used throughout this
page.
  • Loading branch information
francoisfreitag committed Jun 26, 2024
1 parent 340bce0 commit cdc5065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="offcanvas-body" id="offcanvasApplyFiltersContent"{% if request.htmx %} hx-swap-oob="true"{% endif %}>
{% include "apply/includes/job_applications_filters/status.html" %}
{% if request.user.is_employer or request.user.is_prescriber %}
{% if job_applications_list_kind is JobApplicationsListKind.SENT or job_applications_list_kind is JobApplicationsListKind.RECEIVED %}
{% include "apply/includes/job_applications_filters/selected_jobs.html" %}
{% include "apply/includes/job_applications_filters/departments.html" %}
{% include "apply/includes/job_applications_filters/sender.html" %}
Expand Down

0 comments on commit cdc5065

Please sign in to comment.