On Apr 21, 2:29 pm, jmDesktop <[EMAIL PROTECTED]> wrote:
> Hi, I'm trying to change the admin template from chapter 6 of
> djangobook.com. How can I change the admin template from:
>
> {% trans 'Django administration' %}
>
> to
>
> {% trans 'Bob's administration' %}
>
> I can't put the apostrophe single quote in there. I tried \' and
> ', but it did not work. Thank you for any help.
Did you try double-quotes?
{% trans "Bob's administration" %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---