|
|
@ -42,11 +42,6 @@
|
|
|
|
<div class="pure-controls">
|
|
|
|
<div class="pure-controls">
|
|
|
|
<div id="notification-token-toggle" class="pure-button button-tag button-xsmall">Show token/placeholders</div>
|
|
|
|
<div id="notification-token-toggle" class="pure-button button-tag button-xsmall">Show token/placeholders</div>
|
|
|
|
</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">
|
|
|
|
<div class="pure-controls" style="display: none;" id="notification-tokens-info">
|
|
|
|
<table class="pure-table" id="token-table">
|
|
|
|
<table class="pure-table" id="token-table">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
@ -122,5 +117,9 @@
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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>
|
|
|
|
</div>
|
|
|
|
{% endmacro %}
|
|
|
|
{% endmacro %}
|
|
|
|