|
|
@ -2,6 +2,10 @@
|
|
|
|
{% block content %}
|
|
|
|
{% block content %}
|
|
|
|
{% from '_helpers.jinja' import render_field, render_checkbox_field, render_button %}
|
|
|
|
{% from '_helpers.jinja' import render_field, render_checkbox_field, render_button %}
|
|
|
|
{% from '_common_fields.jinja' import render_common_settings_form %}
|
|
|
|
{% from '_common_fields.jinja' import render_common_settings_form %}
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
const notification_base_url="{{url_for('ajax_callback_send_notification_test')}}";
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="{{url_for('static_content', group='js', filename='tabs.js')}}" defer></script>
|
|
|
|
<script src="{{url_for('static_content', group='js', filename='tabs.js')}}" defer></script>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
|
|