mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 10:42:08 +00:00
12 lines
412 B
XML
12 lines
412 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<!-- Copyright 2018 Onestein
|
||
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||
|
|
||
|
<flectra>
|
||
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
||
|
<xpath expr="." position="inside">
|
||
|
<script type="text/javascript" src="/easy_switch_user/static/src/js/switch_user.js"></script>
|
||
|
</xpath>
|
||
|
</template>
|
||
|
</flectra>
|