Skip to content

Commit 110e7fa

Browse files
authored
Update README.md
1 parent be71170 commit 110e7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a simple realisation of StreamField's idea of Wagtail CMS for plain Djan
66
You can build your page with different kind of blocks.
77
Sort them and sort the lists inside the blocks.
88

9-
The blocks here are regular instances of Django models. For editing content inside the blocks, it use native popup mechanism in Django admin interface.
9+
**The blocks here are regular instances of Django models.** For editing content inside the blocks, it use native popup mechanism in Django admin interface.
1010
This allow you to use other field's widgets inside the blocks as is.
1111
For example, if you want to use in your blocks FileBrowseField
1212
from django-filebrowser, it will perfectly working

0 commit comments

Comments
 (0)