Skip to content

Commit ffbbbed

Browse files
committed
added latest screenshot and whats included
1 parent 4369954 commit ffbbbed

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ which will then appear as choices when you build your form. Allowing you to disp
1010
What else is included?
1111
----------------------
1212

13+
* Customise things like success and error messages, post submit redirects and more.
1314
* Forms are processed via a ``before_page_serve`` hook. Meaning there is no fuss like remembering to include a page mixin.
1415
* The hook can easily be disabled to provide the ability to create your own.
1516
* Forms are catagorised by their class in the cms admin for easier navigation.
@@ -27,7 +28,7 @@ Can be found on `readthedocs <http://wagtailstreamforms.readthedocs.io/>`_.
2728
Screenshots
2829
-----------
2930

30-
.. figure:: http://wagtailstreamforms.readthedocs.io/en/latest/_images/screen6.png
31+
.. figure:: http://wagtailstreamforms.readthedocs.io/en/latest/_images/screen7.png
3132
:width: 728 px
3233

3334
Example Front End

docs/_static/images/screen7.png

67.5 KB
Loading

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ which will then appear as choices when you build your form. Allowing you to disp
1313
What else is included?
1414
----------------------
1515

16+
* Customise things like success and error messages, post submit redirects and more.
1617
* Forms are processed via a ``before_page_serve`` hook. Meaning there is no fuss like remembering to include a page mixin.
1718
* The hook can easily be disabled to provide the ability to create your own.
1819
* Forms are catagorised by their class in the cms admin for easier navigation.

docs/screenshots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Screenshots
22
===========
33

4-
.. figure:: _static/images/screen6.png
4+
.. figure:: _static/images/screen7.png
55
:width: 728 px
66

77
Example Front End

0 commit comments

Comments
 (0)