Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

natgeosociety/django-feedback

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback

Creates an ajax "feedback" button on your site, which pops up a form for the user to fill.

  • Add it to your installed apps:

    INSTALLED_APPS += ('feedback',)
    
  • Sync the database

  • Add a line to your urls.py:

    url(r'^feedback/', include('feedback.urls')),
    
  • Use it (only requires template modifications):

    <!-- in header block -->
    {% include "feedback/header.html" %}
    
    <!-- in body block -->
    {% include "feedback/button.html" %}
    

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.5%
  • HTML 13.7%
  • JavaScript 7.7%
  • CSS 6.1%