flectra/addons/auth_signup/views/auth_signup_assets.xml
2018-01-16 02:34:37 -08:00

9 lines
320 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<template id="assets_frontend" inherit_id="web.assets_frontend" name="Auth Assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/auth_signup/static/src/js/signup.js"></script>
</xpath>
</template>
</flectra>