diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-16 14:22:29 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-16 14:22:29 -0500 |
commit | 3c9dacadfd5ea516fade38e878477d08622d171f (patch) | |
tree | 8853bc26967385d7adff66c06bcb79d2408c812e /doc | |
parent | de739b22befafc91bcd43c1d5963330a32ea2ca3 (diff) | |
parent | 5ccebc42af36873d2ccbb5ba412170f7b094b188 (diff) |
Merge pull-request #1848
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 2eb8aadd..3dcb5b1f 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -174,6 +174,7 @@ List of template hooks: | `template:task:menu` | "Actions" menu on left in different task views | | `template:task:dropdown` | Task dropdown menu in listing pages | | `template:task:sidebar` | Sidebar on task page | +| `template:task:form:right-column` | Right column in task form | | `template:user:authentication:form` | "Edit authentication" form in user profile | | `template:user:create-remote:form` | "Create remote user" form | | `template:user:external` | "External authentication" page in user profile | |