19615 temp change for git

This commit is contained in:
Arthur
2025-10-09 09:47:12 -07:00
parent ec365bfd83
commit 06651462c7

View File

@@ -148,7 +148,7 @@ def static_with_params(path, **params):
**params: Query parameters to append (e.g., v='4.3.1') **params: Query parameters to append (e.g., v='4.3.1')
Returns: Returns:
A properly formatted URL with query parameters A properly formatted URL with query parameters.
""" """
# Get the base static URL # Get the base static URL
static_url = static(path) static_url = static(path)