<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <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>
</odoo>
