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
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 %
2 matches
Mail list logo