Hi, We're currently development a small Django webapp for use internally.
The page renders fine on Firefox and Webkit-based browsers. However, many of our users are still on Internet Explorer 7, and the CSS/HTML we're using seems to bork really badly on that. I'm definitely not a web-designer by trade, and I'm not really not on top of all the quirks of the different browser. I know this is a bit of a hack, but what's the best way to serve up a different template to those IE7 users? Hopefully it'll be less of an issue when IE9 eventually rolls out (although I suspect it'll still be an issue), but something like this would be a good stopgap for us, and the site/templates itself it fairly simple. What's the most Django-ish way of doing it? We'd probably actually like something similar for our BlackBerry users as well - same view code, but serving up a different template, based on user-agent - recommended way? Cheers, Victor -- 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.