From 392e7f6e4c0d69f4534a570e0bc26b11bd06af37 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Nov 2021 22:43:43 +0100 Subject: [PATCH] there can be only one factor --- InvenTree/templates/InvenTree/settings/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/InvenTree/settings/user.html b/InvenTree/templates/InvenTree/settings/user.html index 1658e54bcb..ace2ab0038 100644 --- a/InvenTree/templates/InvenTree/settings/user.html +++ b/InvenTree/templates/InvenTree/settings/user.html @@ -161,7 +161,7 @@
- {% if user.staticdevice_set.all and user.totpdevice_set.all %} + {% if user.staticdevice_set.all or user.totpdevice_set.all %}

{% trans 'You have these faktors available:' %}