typo
This commit is contained in:
parent
01ce955784
commit
cff4f176c0
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ from gestioncof.models import CofProfile
|
|||
from gestioncof.decorators import buro_required
|
||||
|
||||
|
||||
class Clipper(object):
|
||||
def __init__(self, clipper, fullname):
|
||||
self.clipper = clipper
|
||||
self.fullname = fullname
|
||||
|
||||
|
||||
@buro_required
|
||||
def autocomplete(request):
|
||||
if "q" not in request.GET:
|
||||
|
|
Loading…
Reference in a new issue