Skip to content

Commit

Permalink
* Update docs accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
frague59 authored and LiamBrenner committed Oct 31, 2016
1 parent b903e1f commit 8b993ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Then, in your editor, ensure that you have added some polls in the polls section

Templating & Display
====================
There are many ways in which you may want to display your poll. ``wagtailpolls`` comes with a template tag to assist with this, as well as certain attributes accesible via templating to render each question as a form. Here is an example using all of the tools provided:
There are many ways in which you may want to display your poll. ``wagtailpolls`` comes with a template tag to assist with this, as well as certain attributes accessible via templating to render each question as a form. Here is an example using all of the tools provided:

.. code-block:: html

Expand Down Expand Up @@ -94,8 +94,8 @@ Additionally, information will be added to the django session (basically cookies
Settings
========

The following settings **need** to be set in your ``settings.py`` file.
The following settings can to be set in your ``settings.py`` file.

``WAGTAILPOLLS_VOTE_COOLDOWN`` `This is to be an integer representing minutes`
``WAGTAILPOLLS_VOTE_COOLDOWN`` `This is to be an integer representing minutes, the default is 10 minutes.`

``WAGTAILPOLLS_VOTE_REQUIRE_PERMS`` `A string or list of strings representing the permissions to vote, aka. 'wagtailadmin.access_admin'`

0 comments on commit 8b993ac

Please sign in to comment.