Skip to content

Commit

Permalink
Merge pull request django-inplaceedit#30 from pfeyz/master
Browse files Browse the repository at this point in the history
Clarify Installation Section. Thanks to @pfeyz
  • Loading branch information
goinnn committed Aug 29, 2013
2 parents d35a905 + 79344e1 commit 65f175a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,18 @@ Requirements
Installation
============

Install in your base.html
-------------------------
In your base.html
-----------------

::
Add ::

{% load inplace_edit %}

and wherever you load your static files, add either ::

{% inplace_toolbar %}

or
or ::

{% inplace_static %}

Expand Down Expand Up @@ -430,4 +432,3 @@ You can get the last bleeding edge version of inplaceedit by doing a checkout
of its git repository::

git clone git://github.com/Yaco-Sistemas/django-inplaceedit.git

0 comments on commit 65f175a

Please sign in to comment.