Customization tpl files

Hello,
is it possible to overwrite tpl files, e.g. indico/web/static/dist/mod_assets/_/_/_/modules/events/registration/client/js/form/tpls/field.tpl.html? Logs don’t show them.

Those files are loaded via AJAX calls from JavaScript code (legacy angularjs from the registration form). You cannot use Indico-level customiation features.

What you could do however is adding an alias to your web server config to serve the URL from which they are retrieved from a different source. Use your browser’s dev tools to find out the URL used to load these files.

I managed to do it by overwriting the form and pointing to my template. Thank you