Skip to content

Commit 66544d9

Browse files
authored
Mention feincms3-forms and fix a few rST blunders
1 parent 2932b8c commit 66544d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ data to a list of freely definable email addresses and to store the data in the
2828
database so that it can be exported later. An XLSX export of saved submissions
2929
is provided too. It is possible to add your own actions as well.
3030

31+
Aside: If you need more options you may want to check out
32+
`feincms3-forms <https://github.com/feincms/feincms3-forms>`__ as well.
33+
3134

3235
Installing the form designer
3336
============================
@@ -127,9 +130,9 @@ additional arguments added in the future:
127130
ReCaptcha
128131
=========
129132

130-
To enable [ReCaptcha](http://www.google.com/recaptcha) install
131-
[django-recaptcha](https://github.com/django-recaptcha/django-recaptcha) and add
132-
`django_recaptcha` to your `INSTALLED_APPS`. This will automatically add a ReCaptcha
133+
To enable `ReCaptcha <http://www.google.com/recaptcha>`__ install
134+
`django-recaptcha <https://github.com/django-recaptcha/django-recaptcha>`__ and add
135+
``django_recaptcha`` to your ``INSTALLED_APPS``. This will automatically add a ReCaptcha
133136
field to the form designer. For everything else read through the
134137
django-recaptcha readme.
135138

0 commit comments

Comments
 (0)