Skip to content

Commit

Permalink
UI - "Test notification" button in "Group Tag" settings page was brok…
Browse files Browse the repository at this point in the history
…en due to missing variable #1753
  • Loading branch information
dgtlmoon committed Aug 31, 2023
1 parent 3a5bcea commit ed4bafa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changedetectionio/blueprint/tags/templates/edit-tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
{% block content %}
{% from '_helpers.jinja' import render_field, render_checkbox_field, render_button %}
{% 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>

Expand Down

0 comments on commit ed4bafa

Please sign in to comment.