diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2019-11-19 10:08:32 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-19 10:08:32 +0100 |
| commit | 33eecfa7405ea997669f8edb61c596c3f295c793 (patch) | |
| tree | 94487b6916d0cb8ec94442d220afdfa469c9bbda /docs | |
| parent | 555bebe7749ab1a72d5141a00f9ce7a602c72298 (diff) | |
Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-template-tags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index 977e00b4a3..c745c9e54b 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -892,7 +892,7 @@ Registering the tag ------------------- Finally, register the tag with your module's ``Library`` instance, as explained -in :ref:`writing custom template filters<howto-writing-custom-template-tags>` +in :ref:`writing custom template tags<howto-writing-custom-template-tags>` above. Example:: register.tag('current_time', do_current_time) |
