From b87896a3fbf7b27738b7118de96bd6738d53b137 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 26 Jun 2009 11:43:53 -0400 Subject: [PATCH] fixed ReST error in README.txt --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index d5fa700..61bfee4 100644 --- a/README.txt +++ b/README.txt @@ -53,7 +53,7 @@ When this form is displayed on your site, you must include the form media somewhere on the page using ``{{ form.media }}``, or the MarkItUpWidget will have no effect. -To use MarkItUpWidget in the Django admin: +To use MarkItUpWidget in the Django admin:: from markitup.widgets import MarkItUpWidget