Fix logout
parent
9de4f15d3c
commit
ce972c595b
|
|
@ -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 %}
|
||||||
Loading…
Reference in New Issue