{% block extracss %}{% endblock %}

django-contactme
bare demo with ajax

The bare minimum django-contactme app with Ajax.

  1. No CSS design
  2. With a JavaScript Jquery plugin to handle the submission.
  3. Email addresses containing the substring "xxx" will be rejected by using a hook for the django-contactme signal confirmation_will_be_requested. The signal is raised before the confirmation is sent. The hook is called reject_email_with_xxx and lives in the views.py module of this very demo.
  4. Customise all the messages overriding django-contactme templates.

{% block content %} {% endblock %} {% block extrajs %}{% endblock %}