Implement Web Assets' theme system and selection, and add 'light' theme #118
@ -107,6 +107,9 @@
|
||||
</ul>
|
||||
|
||||
<ul class="nav-global-links-right">
|
||||
<li>
|
||||
<button class="js-toggle-theme-btn px-2"><i class="js-toggle-theme-btn-icon i-adjust"></i></button>
|
||||
</li>
|
||||
<li>
|
||||
<search>
|
||||
<form action="{% url "extensions:search" %}" method="GET" class="navbar-search">
|
||||
@ -134,10 +137,6 @@
|
||||
</li>
|
||||
{% endblock nav-upload %}
|
||||
|
||||
<li>
|
||||
<button class="js-toggle-theme-btn px-2"><i class="js-toggle-theme-btn-icon i-adjust"></i></button>
|
||||
</li>
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
<li>
|
||||
<a class="btn btn-link px-2" href="{% url 'notifications:notifications' %}">
|
||||
|
Loading…
Reference in New Issue
Block a user