diff --git a/README.md b/README.md index 8345a9f..04e7d21 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,11 @@ INSTALLED_APPS = [ ```html {% load forms_fieldset static %} + -{% fieldset form fieldsets '#42945c' %} +
``` ***Note*** : The first argument of `fieldset` tag is the `form` the second the list `fieldsets` where you have defined the positioning of your different elements and diff --git a/setup.cfg b/setup.cfg index d740d1a..36cc6ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forms-fieldset -version = 0.1 +version = 0.1.1 description = Django form fieldset inspire django admin fieldset. long_description = file: README.rst url = https://github.com/hadpro24/django-forms-fieldset