diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-12 22:01:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-12 22:01:54 -0500 |
commit | dfd0c4e48d339e5a8ae6365dfe2b9c9c2edca7e7 (patch) | |
tree | 0491deb0fd57683039ba0ad503f34c342391f349 /doc | |
parent | a8008102ef816f4b5911662f466d66b3c2132a14 (diff) |
Rename template hooks added by last PR
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 733e201f..6e9718d9 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -150,5 +150,7 @@ List of template hooks: - `template:task:sidebar:actions` - `template:user:sidebar:information` - `template:user:sidebar:actions` +- `template:app:filters-helper:before` +- `template:app:filters-helper:after` Another template hooks can be added if necessary, just ask on the issue tracker. |