Skip to content

Commit

Permalink
Fix the admin widget name in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
batiste committed Jan 19, 2016
1 parent db9793e commit 1d57d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/placeholders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@ AdminTextInput

A simple line input with Django admin CSS styling (better for larger input fields)::

{% placeholder "<name>" with AdminTextInput %}
{% placeholder "<name>" with AdminTextInputWidget %}

AdminTextarea
-------------

A multi line input with Django admin CSS styling::

{% placeholder "<name>" with AdminTextarea %}
{% placeholder "<name>" with AdminTextareaWidget %}

FileBrowseInput
---------------
Expand Down

0 comments on commit 1d57d03

Please sign in to comment.