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:
parent
2b0f1f9f89
commit
385838580b
15 changed files with 256 additions and 4 deletions
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnuviechadmin\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-02-01 16:31+0100\n"
|
||||
"PO-Revision-Date: 2015-02-01 16:31+0100\n"
|
||||
"POT-Creation-Date: 2015-02-01 19:04+0100\n"
|
||||
"PO-Revision-Date: 2015-02-01 19:04+0100\n"
|
||||
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
||||
"Language-Team: Jan Dittberner <jan@dittberner.info>\n"
|
||||
"Language: de\n"
|
||||
|
@ -477,7 +477,10 @@ msgstr "phpPgAdmin"
|
|||
msgid "Imprint"
|
||||
msgstr "Impressum"
|
||||
|
||||
#: templates/base.html:68
|
||||
#: templates/base.html:68 templates/contact_form/contact_form.html:4
|
||||
#: templates/contact_form/contact_form.html:5
|
||||
#: templates/contact_form/contact_success.html:4
|
||||
#: templates/contact_form/contact_success.html:5
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
|
@ -514,6 +517,10 @@ msgstr ""
|
|||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
||||
#: templates/contact_form/contact_success.html:8
|
||||
msgid "Your message has been sent successfully."
|
||||
msgstr "Ihre Nachricht wurde erfolgreich übermittelt."
|
||||
|
||||
#: templates/dashboard/index.html:3
|
||||
msgid "Welcome"
|
||||
msgstr "Willkommen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue