1 | TEMPLATE_STRING_IF_INVALID = 'XXXXXXXXXXXXXXXXXXX'
|
More like this
- Template filter to turn Twitter names into links by mrben_ 1 year, 7 months ago
- Template range filter by zalun 2 years, 11 months ago
- Load a local settings file for dev/test environments by menendez 3 years, 6 months ago
- Severity codes in user messages by cconnell 3 years ago
- "Partial Templates" - an alternative to "include" by vigrid 3 years ago
Comments
Don't forget that you can insert '%s' as a placeholder for the template variable name. It's usefull to pinpoint bugs. For instance :
TEMPLATE_STRING_IF_INVALID = '{{ %s }}'#
Thanks for the tip! I was not aware of that.
#