How would I go about establishing new templates for the productratings app so that for a comment preview or error would show the form integrated to the product page like the initial entry form already is?
It looks like the satchmo_ext/productratings/templates/productratings/product_rating_form.html template was designed with showing errors in mind, but the productratings app does not override the django.contrib.comments urls and views such that the page stays on the product view with a re-displayed form + errors.