Changes between Version 91 and Version 92 of IrcFAQ
- Timestamp:
- May 9, 2009, 1:33:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v91 v92 117 117 == I want to repeat a bit of dynamic information (eg from a database) on many views. Do I have to change every view? == 118 118 119 No, you can use an [http:// www.djangoproject.com/documentation/templates_python/#inclusion-tags inclusion tag].119 No, you can use an [http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#inclusion-tags inclusion tag]. 120 120 121 121 == Can I do greater than or less than in the Django template language? ==