Bring change to Weighted Options as well

This commit is contained in:
NewSoupVi
2024-06-13 19:47:31 +02:00
committed by GitHub
parent 45c910f038
commit 8ac5ae2177

View File

@@ -41,7 +41,7 @@
The following values have special meanings, and may fall outside the normal range.
<ul>
{% for name, value in option.special_range_names.items() %}
<li>{{ value }}: {{ name }}</li>
<li>{{ value }}: {{ name|replace("_", " ")|title }}</li>
{% endfor %}
</ul>
{% endif %}