Commit 3beb1f7d43f64cc5991362b32d8669c1ef7e3949

Authored by Adhidarma Hadiwinoto
1 parent 737626b280
Exists in master

gunakan kurung

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

views/config.index.html
... ... @@ -24,7 +24,7 @@
24 24  
25 25 {% if isMask(scope, keyword) %}
26 26 ********
27   - {% elif scope == 'globals' and keyword == 'products' %}
  27 + {% elif (scope == 'globals') and (keyword == 'products') %}
28 28 {{ value | replace(',', ', ') }}
29 29 {% else %}
30 30 {{ value }}