mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-21 17:09:24 +01:00
5 lines
207 B
HTML
5 lines
207 B
HTML
{% load i18n %}
|
|
<i class="fa-solid fa-volume-low me-2 fa-fw"></i>{% translate 'Play sounds' %}
|
|
<span id="settings-mute-sound" class="inline invisible"></span>
|
|
{{ user.settings.volume|json_script:"volume" }}
|