diff --git a/kallithea/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html --- a/kallithea/templates/admin/settings/settings_hooks.html +++ b/kallithea/templates/admin/settings/settings_hooks.html @@ -14,6 +14,7 @@ % if c.visual.allow_custom_hooks_settings: ${h.form(url('admin_settings_hooks'), method='post')}
+

${_('Custom Hooks')}

${_('Hooks can be used to trigger actions on certain events such as push / pull. They can trigger Python functions or external applications.')} %for hook in c.custom_hooks: @@ -46,6 +47,7 @@ ${h.form(url('admin_settings_hooks'), me ${h.submit('save',_('Save'),class_="btn btn-default")}
+ ${h.end_form()} % endif