If the following question seems daft, then excuse me.  Is it possible
(from a data entry perspective) to enter a string

 with the variable in the admin?  For example, can I enter the
following data into the admin,

"My name is {{ user.username }} ." When the template engine encounters
this, it will literally show on the public site

"My name is {{ user.username }} ." rather than "My name is Dave ."

I've noticed that in .po files there is something like msgid "%(user)
s".  Is there any way to do this in the admin?

Thanks in Advance.

Ken
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to