From 45d83a94e52efc13b3877a3d39897d9af497eb61 Mon Sep 17 00:00:00 2001 From: adi Date: Wed, 5 Nov 2014 23:22:50 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62951dc..14d33fa 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Example (side-by-side editor and preview using Bootstrap's grid system): content = forms.CharField(widget=MarkdownxInput) ``` -1. Collect included static files +1. Collect included media (static files) Use `manage.py collectstatic` to copy those files: @@ -61,8 +61,7 @@ Example (side-by-side editor and preview using Bootstrap's grid system): ```html
{% csrf_token %} - {% include "snippets/form.html" %} - + [...]
{{ form.media }} ``` @@ -71,6 +70,7 @@ Example (side-by-side editor and preview using Bootstrap's grid system): ```html + [...]