Polish + more info
This commit is contained in:
@@ -211,7 +211,7 @@ def _role_limit_validity(tokens: list[str], requested_board_prefix: str) -> dict
|
||||
"""Extra webapp validity checks for start/finish counts.
|
||||
|
||||
The lower-level validity check requires at least one start and at least one
|
||||
finish, but BoardLib-style climbs should not have arbitrarily many starts or
|
||||
finish, but climbs should not have arbitrarily many starts or
|
||||
finishes. For this demo we enforce at most two starts and at most two finishes.
|
||||
"""
|
||||
counts = {
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
</div>
|
||||
<p class="small">
|
||||
Click a hold on the board image. The app appends the corresponding
|
||||
BoardLib frame token using the selected semantic role.
|
||||
frame token using the selected semantic role.
|
||||
</p>
|
||||
<ul id="builder-list" class="builder-list"></ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user