Deactivated several functions for kindle tolino and kobo. Opening books now working for ebook readers

This commit is contained in:
Ozzie Isaacs
2022-03-25 18:30:12 +01:00
parent 2a5e9a97bb
commit 14a6e7c42c
12 changed files with 33 additions and 28 deletions

View File

@@ -69,7 +69,7 @@
</form>
</li>
{% endif %}
{% if not g.user.is_anonymous %}
{% if not g.user.is_anonymous and not simple%}
<li><a id="top_tasks" href="{{url_for('web.get_tasks_status')}}"><span class="glyphicon glyphicon-tasks"></span> <span class="hidden-sm">{{_('Tasks')}}</span></a></li>
{% endif %}
{% if g.user.role_admin() %}