diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Small fix that allows to override default form for management SEOView #11

Closed pigletto closed 12 years ago

pigletto commented 12 years ago

Small fix that allows to override default form for management SEOView, like:

class PageSEOView(SEOView):
    form_klass = PageSEOForm
diefenbach commented 12 years ago

Merged. Thanks.