Skip to content

Commit

Permalink
80 char limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Obrist committed Dec 31, 2010
1 parent dbc9b3c commit b546ef4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/plugins.rst
Expand Up @@ -6,7 +6,8 @@ Plugins
File
****

Allows you to upload a file. A filetype icon will be assigned based on the file extension.
Allows you to upload a file. A filetype icon will be assigned based on the file
extension.

For installation be sure you have the following in the ``INSTALLED_APPS`` setting
in your project's ``settings.py`` file::
Expand Down Expand Up @@ -217,7 +218,8 @@ Twitter

Displays the last number of post of a twitter user.

For installation be sure you have the following in your project's ``INSTALLED_APPS`` setting::
For installation be sure you have the following in your project's
``INSTALLED_APPS`` setting::

INSTALLED_APPS = (
# ...
Expand All @@ -230,10 +232,11 @@ For installation be sure you have the following in your project's ``INSTALLED_AP
Inherit
*******

Displays all plugins of an other page or an other language. Great if you need always the same
plugins on a lot of pages.
Displays all plugins of an other page or an other language. Great if you need
always the same plugins on a lot of pages.

For installation be sure you have the following in your project's ``INSTALLED_APPS`` setting::
For installation be sure you have the following in your project's
``INSTALLED_APPS`` setting::

INSTALLED_APPS = (
# ...
Expand Down

0 comments on commit b546ef4

Please sign in to comment.