From 61683acfcf4775232e266165e9749930879013b7 Mon Sep 17 00:00:00 2001 From: alaric Date: Thu, 24 May 2018 14:32:06 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b195545..1bc4632 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ or create at least one popupcontent entry use the template tag: ```html +{% load tac_tags %} {% tac_popup %} ``` or if rouxcode/django-text-ckeditor is not installed @@ -58,4 +59,4 @@ urlpatterns = [ ) '...' ] -``` \ No newline at end of file +```