Re: changelist link in change_form.html

2012-03-30 Thread dummyman dummyman
inside your folder template create admin directory all admin html files shud be placed here inside it create a dir for ur app inside ur app a dir for ur model so typically url will be http://localhost:8000/admin///add On Sat, Mar 31, 2012 at 2:22 AM, Lee wrote: > I know this has to be simple b

changelist link in change_form.html

2012-03-30 Thread Lee
I know this has to be simple but I'm not finding it in the archives or google. I just want to include a link to the corresponding changelist in every add/edit form. I assume I need to update the change_form.html template, but what is the correct syntax to display the changelist URL? A 1.3-compatibl