Fix logout

main
yaemiku 2023-12-26 05:15:00 +01:00
parent 9de4f15d3c
commit ce972c595b
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
1 changed files with 0 additions and 14 deletions

View File

@ -79,18 +79,4 @@
{% csrf_token %} {% csrf_token %}
<button type="submit">{% translate 'Log out' %}</button> <button type="submit">{% translate 'Log out' %}</button>
</form> </form>
<button class="theme-toggle">
<div class="visually-hidden theme-label-when-auto">Przełącz motyw (bieżący motyw: auto)</div>
<div class="visually-hidden theme-label-when-light">Przełącz motyw (bieżący motyw: jasny)</div>
<div class="visually-hidden theme-label-when-dark">Przełącz motyw (bieżący motyw: ciemny)</div>
<svg aria-hidden="true" class="theme-icon-when-auto">
<use xlink:href="#icon-auto"></use>
</svg>
<svg aria-hidden="true" class="theme-icon-when-dark">
<use xlink:href="#icon-moon"></use>
</svg>
<svg aria-hidden="true" class="theme-icon-when-light">
<use xlink:href="#icon-sun"></use>
</svg>
</button>
{% endblock %} {% endblock %}