[FIX] Fixed the pyeval.js pah in assets_backend.

This commit is contained in:
Sudhir Arya
2020-02-20 18:02:50 +05:30
committed by Raf Ven
parent bd962210a0
commit 8016d0efd3

View File

@@ -8,7 +8,7 @@
<xpath expr="script[last()]" position="after"> <xpath expr="script[last()]" position="after">
<script <script
type="text/javascript" type="text/javascript"
src="/web_domain_field/static/src/js/pyeval.js" src="/web_domain_field/static/lib/js/pyeval.js"
/> />
</xpath> </xpath>
</template> </template>