django-feedback icon indicating copy to clipboard operation
django-feedback copied to clipboard

A reusable django app to add an AJAX "feedback" tab to your site

Results 6 django-feedback issues
Sort by recently updated
recently updated
newest added

@jaredly I have updated the code to work in Django 2.0. Can you please make new PyPI package from version `1.2.0`?

Your css and js files are incorrect. Popup isn't supported

The title is essentially the problem I'm having, because of this, the form is always considered to be invalid. Anyone have an idea why the url can not be found?...

Great plugin, but you must be aware that it needs: *\* python 2.6 or above As a workaround, replace in view.py the following lines: try: import simplejson as json except...

In views.py, at line 31: ``` send_mail('Feedback recived: '+form.cleaned_data['subject'], ``` should be ``` send_mail('Feedback received: '+form.cleaned_data['subject'], ``` Thank you, Hervé