mirror of https://git.48k.eu/ogcp
Remove "Tasks" and "Schedule" from the navbar
Remove them until we add their functionality.multi-ogserver
parent
886e6c7b67
commit
a940fb185b
|
@ -36,12 +36,6 @@
|
|||
<li class="nav-item {% block nav_images%}{% endblock %}">
|
||||
<a class="nav-link" href="{{ url_for('images') }}">{{ _('Images') }}</a>
|
||||
</li>
|
||||
<li class="nav-item {% if request.endpoint == "tasks" %}active{% endif %}">
|
||||
<a class="nav-link" href="#">{{ _('Tasks') }}</a>
|
||||
</li>
|
||||
<li class="nav-item {% if request.endpoint == "schedule" %}active{% endif %}">
|
||||
<a class="nav-link" href="#">{{ _('Schedule') }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue