65588b732c
I noticed that the code of several new webhook pages is highly repetitive, so I pulled out the common parts to a new template, unified reference, unified maintenance --------- Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
6 lines
225 B
Handlebars
6 lines
225 B
Handlebars
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings new webhook")}}
|
|
<div class="org-setting-content">
|
|
{{template "webhook/new" .}}
|
|
</div>
|
|
{{template "org/settings/layout_footer" .}}
|