[FIX] RECRUITMENT: Fixed template filter not loading issue and pylint issues

This commit is contained in:
Horilla
2024-11-29 12:34:24 +05:30
parent 94d9d5ad5c
commit 5801717e6e
7 changed files with 25 additions and 23 deletions

View File

@@ -1,7 +1,9 @@
from django.contrib.auth.backends import BaseBackend
from .models import Candidate
from django.contrib.auth.models import AnonymousUser
from .models import Candidate
class CandidateAuthenticationBackend(BaseBackend):
def authenticate(self, request, username=None, password=None):
try:

View File

@@ -1,4 +1,4 @@
{% load static i18n %}
{% load static i18n recruitmentfilters %}
<style>
.interview-item {
border-bottom: 1px solid #e9ecef;