Merge branch 'Aufinal/liste_spectacles' into Aufinal/view_spectacles

This commit is contained in:
ludo 2016-06-15 20:36:00 +02:00
commit 732f4b247d
4 changed files with 17 additions and 27 deletions

View file

@ -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"