Merge pull request #4559 from expsa/fix-base-msr_sar_symbol
[FIX] fonts issue
This commit is contained in:
commit
771c360023
|
|
@ -8,19 +8,19 @@
|
|||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="assets_frontend" name="msr_assets_frontend" inherit_id="web.assets_frontend">
|
||||
<!-- <template id="assets_frontend" name="msr_assets_frontend" inherit_id="web.assets_frontend">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="/msr_sar_symbol/static/src/css/style.css" />
|
||||
</xpath>
|
||||
</template>
|
||||
</template> -->
|
||||
|
||||
<template id="assets_common" name="msr_assets_common" inherit_id="web.assets_common">
|
||||
<!-- <template id="assets_common" name="msr_assets_common" inherit_id="web.assets_common">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="/msr_sar_symbol/static/src/css/style.css" />
|
||||
</xpath>
|
||||
</template>
|
||||
</template> -->
|
||||
|
||||
<template id="report_assets_common" name="msr_report_assets_common"
|
||||
inherit_id="web.report_assets_common">
|
||||
|
|
|
|||
Loading…
Reference in New Issue