Posts by Helton Franco Sousa • 11 points
1 post
-
1
votes2
answers152
viewsA: Is it possible to compare two variables coming from a view in Django?
Try using the following comparison: {% ifequal frequencia.matricula|stringformat:"s" aluno.matricula %} ... {% endifequal %} or maybe this: {% ifequal frequencia.matricula|stringformat:"s"…