Re: Extend single admin template

2008-02-03 Thread Aaron Fay
Fixed my own problem :P turns out it was user error (go figure...) /templates/admin/auth/user/change_form.html did the trick... Thanks anyway :) Aaron   Aaron Fay wrote: Hi list, I have successfully extended a custom model's template following the instructions in the djangobook, but I t

Extend single admin template

2008-02-03 Thread Aaron Fay
Hi list, I have successfully extended a custom model's template following the instructions in the djangobook, but I tried to do the same with a built-in template (edit user form) by adding {% extends "admin/change_form.html" %} {% block form_top %}   Edit this user's profile {% endblock %