mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
parent
96f1ba98b1
commit
25979fd0c2
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ sending, you can do it by setting the `analyitcal_identity` context variable::
|
|||
context = RequestContext({'analytical_identity': user.uuid})
|
||||
return some_template.render(context)
|
||||
|
||||
or in the template::
|
||||
or in the template:
|
||||
|
||||
.. code-block:: django
|
||||
|
||||
{% with analytical_identity=request.user.uuid|default:None %}
|
||||
{% analytical_head_top %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue