Skip to content

Commit

Permalink
Use FORCE_SKIP_NAME in actions. (#35)
Browse files Browse the repository at this point in the history
* Remove popper include until I can figure out why it's not working.

* Use FORCE_SKIP_NAME in actions.
  • Loading branch information
Kraust authored May 11, 2024
1 parent 7d047b7 commit 1f8209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladder/templates/ladder_entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load l10n %}
{% load ladder %}
{% load ladder_entry %}
<form action="/ui/ladder-entries/">
<form action="{{settings.FORCE_SCRIPT_NAME}}/ui/ladder-entries/">
<div class="row" data-bs-theme="dark">
<div class="col col-md-2">
<input type="text" class="form-control form-control-sm" id="inputPlayer" name="player__icontains" placeholder="player@handle" value="{{request.GET.player__icontains}}">
Expand Down

0 comments on commit 1f8209b

Please sign in to comment.