Replies: 2 comments
-
You can register template tags following normal Django patterns if the code is included in a plugin with AppMixin. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Otherwise if you don't want to use an appmixin, you can also use the report mixin and provide a custom context. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hiya folks!
I want to do some things in a new label template that seem to need a new template tag. What's a good way to do this? Can I add the tag via a plugin, and then use it in the label template file?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions