Browse Source

Hide raw data

imwald
Nuša Pukšič 3 months ago
parent
commit
194287111b
  1. 2
      templates/event/index.html.twig

2
templates/event/index.html.twig

@ -175,8 +175,10 @@ @@ -175,8 +175,10 @@
</div>
{% if is_granted('ROLE_ADMIN') %}
<pre>
{{ event|json_encode(constant('JSON_PRETTY_PRINT')) }}
</pre>
{% endif %}
</div>
{% endblock %}

Loading…
Cancel
Save