show event in JSON when editing

This commit is contained in:
boyska 2016-07-19 16:58:10 +02:00
parent 354842841c
commit 9b35dd5fdc

View file

@ -43,7 +43,7 @@ $(function() {
{% block content %} {% block content %}
<div class="container-fluid"> <div class="container-fluid">
{% if alarm: %} {% if alarm: %}
You are currently editing: <code>{{alarm}}</code> You are currently editing: <code>{{alarm|tojson}}</code>
{% endif %} {% endif %}
<h2>Change actions</h2> <h2>Change actions</h2>
<div> <div>