File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,11 @@ INSTALLED_APPS = [
24
24
25
25
``` html
26
26
{% load forms_fieldset static %}
27
+ <link rel =" stylesheet" type =" text/css" href =" {% static 'forms_fieldset/css/main.css' %}" >
27
28
28
- {% fieldset form fieldsets '#42945c' %}
29
+ <form >
30
+ {% fieldset form fieldsets '#42945c' %}
31
+ </form >
29
32
```
30
33
*** Note*** : The first argument of ` fieldset ` tag is the ` form ` the second the list
31
34
` fieldsets ` where you have defined the positioning of your different elements and
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-forms-fieldset
3
- version = 0.1
3
+ version = 0.1.1
4
4
description = Django form fieldset inspire django admin fieldset.
5
5
long_description = file: README.rst
6
6
url = https://github.com/hadpro24/django-forms-fieldset
You can’t perform that action at this time.
0 commit comments