I've set up a theming system that relies on using select_template to find the correct template for each view, searching first the skin's template directory, then the theme's template directory, then the master template directory. (A "skin" in this case being mostly a stylesheet that applies a color scheme to a "theme", which determines the markup.)
However, I'm tripping up badly on built-in views such as the contrib.auth views, many of which can take a template name as an argument, but not an actual template. Being able to do the equivalent of select_template and returning only the template name rather than the actual template object would be a big help. Any tips? Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.