Skip to content

Commit 5587a08

Browse files
committed
fix: disable ability to update existing points after updating automatic points system
not implemented
1 parent 1ccf2d0 commit 5587a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/points/automatic_edit.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323

2424
<div class="mb-2 mt-3">
25-
<input type="checkbox" id="update_current_tournament" name="update_current_tournament" class="form-check-input mr-2" value="true">
25+
<input type="checkbox" id="update_current_tournament" name="update_current_tournament" class="form-check-input mr-2" value="true" disabled>
2626
<label for="update_current_tournament" class="form-label">Update all points of this type in the current tournament</label>
2727
</div>
2828

0 commit comments

Comments
 (0)