Fix jquery version in redirect page

Other installer uses 3.7.1 and the file on disk is also using 3.7.1
from the rest framework directory.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
Dimitri Savineau
2025-06-02 15:01:04 -04:00
committed by Dimitri Savineau
parent e8f0306ec2
commit 65a82f706c

View File

@@ -70,7 +70,7 @@ data:
</p>
<!-- Include any additional scripts if needed -->
<script src="static/rest_framework/js/jquery-3.5.1.min.js"></script>
<script src="static/rest_framework/js/jquery-3.7.1.min.js"></script>
<script src="static/rest_framework/js/bootstrap.min.js"></script>
</body>
</html>