- Language: en
Only 1 result for full text search in version 5.2
-
How to create custom template tags and filters
- … searched by the template loader, we’d register the tag like this: # Here, register is a django.template.Library instance, as before @register . inclusion_tag ( "results.html" ) def show_results ( poll ): ... Alternatively it is possible …