Skip to content

Commit

Permalink
[2.2.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags…
Browse files Browse the repository at this point in the history
….txt.

Backport of 33eecfa from master
  • Loading branch information
hramezani authored and felixxm committed Nov 19, 2019
1 parent da18662 commit c31252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/custom-template-tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c31252f

Please sign in to comment.