From ee531a65e9f11f22492372504e2510dc6da6def1 Mon Sep 17 00:00:00 2001 From: Alvaro Leonel Date: Sun, 17 Dec 2017 08:13:26 -0300 Subject: [PATCH] Fixing documentation about templatetags. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 09ab515..2224e51 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------------------------------------------------------------