Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#158 closed defect (fixed)

Base admin template changes

Reported by: Manuzhai Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

  • Now that the templates are in, re-enable the password change option.
  • Point "Home" to /admin/ by default; this makes sense since password_change and logout also point to /admin/.

Attachments (1)

base-changes.diff (1.3 KB ) - added by Manuzhai 19 years ago.
Patch to accomplish above behavior.

Download all attachments as: .zip

Change History (4)

by Manuzhai, 19 years ago

Attachment: base-changes.diff added

Patch to accomplish above behavior.

comment:1 by Manuzhai, 19 years ago

Enabling of the password change link was fixed in [295], the other part was not.

comment:2 by Adrian Holovaty, 19 years ago

(In [326]) Changed admin logged_out template NOT to hard-code /admin/ as the 'Home'. Refs #158

comment:3 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed.

Note: See TracTickets for help on using tickets.
Back to Top