django-simplecms/example
Jaap Joris Vens 1fda2f40c1 Spam-resistant contact form
Submitting the form now returns a 302 mailto: redirect, which should
open the user's email client with a pre-composed email. In case it
doesn't work, the example form view now renders text content where
{{ section.href }} should be mentioned as an alternative.

Of course, publishing an email address on the internet will still lead
to spam, but at least Django won't be the one sending it.
2022-12-25 01:10:41 +01:00
..
locale/nl/LC_MESSAGES Add missing translations 2022-01-29 13:36:59 +01:00
migrations Update example project 2020-03-24 22:14:33 +01:00
static Improve image section by fixing aspect ratio to 16:9 2020-11-09 21:23:52 +01:00
templates Re-introduce section IDs 2022-12-25 00:25:13 +01:00
.isort.cfg Properly sort out pre-commit hook handling 2022-01-29 12:56:45 +01:00
.pre-commit-config.yaml Properly sort out pre-commit hook handling 2022-01-29 12:56:45 +01:00
__init__.py Cleanup source tree 2020-01-05 13:37:51 +01:00
models.py Properly sort out pre-commit hook handling 2022-01-29 12:56:45 +01:00
settings.py Spam-resistant contact form 2022-12-25 01:10:41 +01:00
setup.cfg Add useful pre-commit hooks 2021-06-30 00:03:51 +02:00
urls.py Blackify everything 2021-07-04 01:59:48 +02:00
views.py Spam-resistant contact form 2022-12-25 01:10:41 +01:00
wsgi.py Blackify everything 2021-07-04 01:59:48 +02:00