Skip to content

Commit ecd7759

Browse files
committed
Add styling to getstarted info
1 parent 7757718 commit ecd7759

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ INSTALLED_APPS = [
2424

2525
```html
2626
{% load forms_fieldset static %}
27+
<link rel="stylesheet" type="text/css" href="{% static 'forms_fieldset/css/main.css' %}">
2728

28-
{% fieldset form fieldsets '#42945c' %}
29+
<form>
30+
{% fieldset form fieldsets '#42945c' %}
31+
</form>
2932
```
3033
***Note*** : The first argument of `fieldset` tag is the `form` the second the list
3134
`fieldsets` where you have defined the positioning of your different elements and

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-forms-fieldset
3-
version = 0.1
3+
version = 0.1.1
44
description = Django form fieldset inspire django admin fieldset.
55
long_description = file: README.rst
66
url = https://github.com/hadpro24/django-forms-fieldset

0 commit comments

Comments
 (0)