implement contact form

- implement contact_form.forms.ContactForm
- implement contact_form.views.ContactFormView and
  contact_form.views.ContactSuccessView
- add new URL patterns 'contact_form' and 'contact_success' in
  contact_form.urls
- add contact_form templates base.html, contact_form.html, contact_form.txt,
  contact_form_subject.txt and contact_success.html
- add german translation for new strings
- add contact_form to .coveragerc
- add generated code documentation for contact_form app
- add changelog entry
This commit is contained in:
Jan Dittberner 2015-02-01 18:55:24 +01:00
parent 2b0f1f9f89
commit 385838580b
15 changed files with 256 additions and 4 deletions

View file

@ -0,0 +1 @@
{% extends "base.html" %}