region-reunion: show sidebar actions (#54542)

This commit is contained in:
Emmanuel Cazenave 2021-06-03 10:32:21 +02:00
parent cd672e6f02
commit 5658b80b21
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
{% extends 'gadjo/base.html' %}
{% block extrascripts %}
{{ block.super }}
<script>
$(function() {
var location = '/backoffice/management/';
if (window.location.pathname.substring(0, location.length) === location) {
$("#sidebar-actions").hide();
}
});
</script>
{% endblock %}