Merge branch 'Aufinal/liste_spectacles' into Aufinal/view_spectacles
This commit is contained in:
commit
732f4b247d
4 changed files with 17 additions and 27 deletions
|
@ -35,9 +35,3 @@ def highlight_clipper(clipper, q):
|
|||
text = clipper.username
|
||||
return highlight_text(text, q)
|
||||
|
||||
@register.filter
|
||||
def oui_ou_non(b):
|
||||
if b:
|
||||
return "Oui"
|
||||
else:
|
||||
return "Non"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue