diff --git a/templates/part/table.html b/templates/part/table.html index 523aee7..36146a7 100644 --- a/templates/part/table.html +++ b/templates/part/table.html @@ -3,7 +3,7 @@
| {{ item.fields.total_sets }} | {{ item.fields.total_minifigures }} | {% else %} - {% if not config['HIDE_TABLE_CHECKED_PARTS'] %} + {% if not config['HIDE_TABLE_CHECKED_PARTS'] and not read_only %}
|
{% endif %}
- {% if g.login.is_authenticated() %}
+ {% if g.login.is_authenticated() and not read_only %}
{% set show_missing_menu = not config['HIDE_TABLE_MISSING_PARTS'] %}
{% set show_checked_menu = not config['HIDE_TABLE_CHECKED_PARTS'] %}
{% if show_missing_menu or show_checked_menu %}