Skip to content

Commit

Permalink
UI - Re-order notification field settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Sep 14, 2023
1 parent d497db6 commit e3cf22f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions changedetectionio/templates/_common_fields.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<div class="pure-controls">
<div id="notification-token-toggle" class="pure-button button-tag button-xsmall">Show token/placeholders</div>
</div>
<div class="pure-control-group">
<!-- unsure -->
{{ render_field(form.notification_format , class="notification-format") }}
<span class="pure-form-message-inline">Format for all notifications</span>
</div>
<div class="pure-controls" style="display: none;" id="notification-tokens-info">
<table class="pure-table" id="token-table">
<thead>
Expand Down Expand Up @@ -122,5 +117,9 @@
</p>
</div>
</div>
<div class="pure-control-group">
{{ render_field(form.notification_format , class="notification-format") }}
<span class="pure-form-message-inline">Format for all notifications</span>
</div>
</div>
{% endmacro %}

0 comments on commit e3cf22f

Please sign in to comment.