Skip to content

Commit

Permalink
Add styling to getstarted info
Browse files Browse the repository at this point in the history
  • Loading branch information
hadpro24 committed Apr 28, 2021
1 parent 7757718 commit ecd7759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ INSTALLED_APPS = [

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

{% fieldset form fieldsets '#42945c' %}
<form>
{% fieldset form fieldsets '#42945c' %}
</form>
```
***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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ecd7759

Please sign in to comment.