Fix proxyFetch is not defined error in match_detail template
The match_detail.html template is a standalone page that doesn't extend base.html, so it was missing the proxyFetch function definition needed for chunked uploads. Added the SCRIPT_ROOT variable and proxyFetch/buildUrl helper functions directly to the template to support proxy-aware URL generation.
Showing
Please
register
or
sign in
to comment