mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-19 18:01:54 +00:00
Fixing documentation about templatetags.
This commit is contained in:
parent
f3479a48fd
commit
ee531a65e9
1 changed files with 2 additions and 2 deletions
|
|
@ -334,11 +334,11 @@ The Live-updater can be incorporated into bootstrap with minimal code.
|
|||
|
||||
To create a live-updating bootstrap badge containing the unread count, simply use the template tag::
|
||||
|
||||
{% live_notify_badge classes="badge" %}
|
||||
{% live_notify_badge badge_class="badge" %}
|
||||
|
||||
To create a live-updating bootstrap dropdown menu containing a selection of recent unread notifications, simply use the template tag::
|
||||
|
||||
{% live_notify_list classes="dropdown-menu" %}
|
||||
{% live_notify_list list_class="dropdown-menu" %}
|
||||
|
||||
Customising the display of notifications using javascript callbacks
|
||||
-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue