jbalogh / django-mobility

Middleware and decorators for directing users to your mobile site.
BSD 3-Clause "New" or "Revised" License
60 stars 6 forks source link

Make naming convention of mobile template file free #5

Open x1a0 opened 12 years ago

x1a0 commented 12 years ago

Hi,

I did a very small change to the codes so that the mobile template files don't have to be under a 'mobile/' sub directory as the normal template file.

In my case, I hope both file can reside in same directory but have different extension name. i.e. normal template file is called 'app/profile.html' while the mobile one is called 'app/profile.mobile.html'.

Thanks for this awesome plugin!