#7467: [Improvement] Easier way to overwite the admin welcome message
-----------------------------------------------------+----------------------
Reporter: Jeff Kowalczyk <[email protected]> | Owner: nobody
Status: new | Milestone:
Component: django.contrib.admin | Version: SVN
Resolution: | Keywords:
Stage: Design decision needed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------------------------+----------------------
Comment (by Tuttle):
I second this. There are languages that use different form for vocative,
thus "Welcome, Vlada" is incorrect. I think this form could fit to the
majority:
{{{
{% trans 'User: ' %}
{% if user.first_name %}<strong>{{ user.first_name }} {{
user.last_name }}</strong>
{% else %}{{ user.username }}{% endif %}.
}}}
It does not matter how to reach it, but currently AFAIK the only way is to
override entire admin/base.html, which is complex.
If this applies to your language to, please vote for this.
--
Ticket URL: <http://code.djangoproject.com/ticket/7467#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---