Re: Linking Back to Home Page from Template

2009-04-10 Thread Anthony
Thank you both! Exactly what I need, both for now and moving forward. On Apr 10, 12:59 pm, Colin Bean wrote: > Take a look at the reverse() function and the "url" template > tag:http://docs.djangoproject.com/en/dev/topics/http/urls/#reversehttp://docs.djangoproject.com/en/dev/ref/templates/bu

Re: Linking Back to Home Page from Template

2009-04-10 Thread Colin Bean
Take a look at the reverse() function and the "url" template tag: http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse http://docs.djangoproject.com/en/dev/ref/templates/builtins/#url The "url" tag is what you want to generate a link in your template based on one of your URL patterns.

Re: Linking Back to Home Page from Template

2009-04-10 Thread Joe Sr.
On Apr 10, 1:50 pm, Anthony wrote: > Hi Everyone, > > This is really basic and I tried looking up this question since it > can't be a new one, but the closest thread I found was this one: > > http://groups.google.com/group/django-users/browse_thread/ > thread/d2524403e13fcd22/515358199feebc68?lnk