I need to edit the template shown for editing a specific user. I need to display some additional data that doesn't fit in with an include-style.
I apologise for the short question... but that's pretty much all there is at the moment.
|
|
I need to edit the template shown for editing a specific user. I need to display some additional data that doesn't fit in with an include-style. I apologise for the short question... but that's pretty much all there is at the moment.
|
||||
|
|
|
If you can't accomplish what you want with just subclassing Have a look at
appending stuff to the |
||||||||||||
|
|
|
Have a look at
This should contain a couple of templates for modifying the users. You can override these by copying them to Also, have a look @ This is the file you'd copy and change (to |
||
|
|
|
|
I'd override the admin/auth/user/change_form.html template and add a custom template tag to handle whatever queries need to be done to fetch the data you need to display. |
||
|
|