[FIX] RECRUITMENT: Fixed template filter not loading issue and pylint issues
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% load static i18n %}
|
||||
{% load static i18n recruitmentfilters %}
|
||||
<style>
|
||||
.interview-item {
|
||||
border-bottom: 1px solid #e9ecef;
|
||||
|
||||
Reference in New Issue
Block a user