Quantcast
Channel: How can I make a verbose template tag in Django? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Craig Trader for How can I make a verbose template tag in Django?

Changing the Django template system to do what you want would be extremely difficult; if you want to do that, start by completely understanding the django.template module. Frankly, I wouldn't recommend...

View Article



How can I make a verbose template tag in Django?

I have the following inclusion tag:@register.inclusion_tag('bouts/fighter/_fighter_bout_list.html')def fighter_bout_list(list, header, fighter, has, empty): return {'list' : list,'header':...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images