show event in JSON when editing
This commit is contained in:
parent
354842841c
commit
9b35dd5fdc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $(function() {
|
|||
{% block content %}
|
||||
<div class="container-fluid">
|
||||
{% if alarm: %}
|
||||
You are currently editing: <code>{{alarm}}</code>
|
||||
You are currently editing: <code>{{alarm|tojson}}</code>
|
||||
{% endif %}
|
||||
<h2>Change actions</h2>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue