Skip to content

Commit

Permalink
Fixed typos. Tagged with v0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Jul 22, 2009
1 parent 89b298e commit 71e4ca1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ Installation:
5. Grant the user some permissons:

* For **adding attachments** grant the user (or group) the permission
``attachment.add_attachments``.
``attachments.add_attachments``.

* For **deleting attachments** grant the user (or group) the permission
``attachment.delete_attachments``. This allows the user to delete only
``attachments.delete_attachments``. This allows the user to delete only
attachments which are assigned to him (rather the attachments he uploaded self).

* For **deleting foreign attachments** (attachments by other users) grant
the user the permission ``attachments.delete_foreign_attachments``.

This only works for the templatetags, the admin still allows anybody to add
or delete attachments.

Usage:
======
Expand Down

0 comments on commit 71e4ca1

Please sign in to comment.