jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 13 forks source link

Don't include stylesheet if it's not defined #71

Closed rfleschenberg closed 7 years ago

rfleschenberg commented 7 years ago

I did not find any information about the stylesheet_url variable.

Where should this variable be defined? Is it mandatory?

In my case, it is undefined. This then leads to href="" being output, which crashes compressor. This PR addresses that issue.