django1/django/conf/admin_templates
Adrian Holovaty 43538e78eb Fixed #59 -- Changed hard-coded references to password_change and logout in admin templates to add /admin/ prefix. Still hard-coded, but you can override it in custom templates if your URL structure is different
git-svn-id: http://code.djangoproject.com/svn/django/trunk@228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 21:39:52 +00:00
..
doc Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00
404.html Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00
500.html Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00
admin_object_history.html Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00
base.html Fixed #59 -- Changed hard-coded references to password_change and logout in admin templates to add /admin/ prefix. Still hard-coded, but you can override it in custom templates if your URL structure is different 2005-07-19 21:39:52 +00:00
base_site.html Fixed #71 -- Changed default admin base_site template to use example.com instead of mysite.com. Thanks, pb@e-scribe.com 2005-07-18 20:43:57 +00:00
changelist_generic.html Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00
delete_confirmation_generic.html Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00
index.html More installation streamlining/automation: Added adminapplist templatetag library and changed the default admin index.html template to display all installed apps that have admins 2005-07-16 23:38:12 +00:00
logged_out.html Fixed #59 -- Changed hard-coded references to password_change and logout in admin templates to add /admin/ prefix. Still hard-coded, but you can override it in custom templates if your URL structure is different 2005-07-19 21:39:52 +00:00
login.html Temporarily commented-out the link to 'forgotten your password?' on the default admin login.html template 2005-07-16 22:44:37 +00:00
template_validator.html Moved default admin templates from templates.admin to django.conf.admin_templates 2005-07-16 04:02:41 +00:00