each template needs to {% load %} every templatetag library it uses, this
is normal behaviorOn Mon, Dec 31, 2012 at 8:31 AM, bikeridercz <[email protected]> wrote: > Dears, > > strange thing happens to me, {% load l10n %} is not loaded in my base.html > template, all other things like css works well. > > Thus I'm forced to {% load l10n %} in every template. I'm using formating > numbers usings{% localize on %} and {% endlocalize %} tags. > > Can You help to solve this small but annoying issue ? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/N4uIBo_UnjkJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- "The whole of Japan is pure invention. There is no such country, there are no such people" --Oscar Wilde |_|0|_| |_|_|0| |0|0|0| (\__/) (='.'=)This is Bunny. Copy and paste bunny (")_(") to help him gain world domination. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

