Commit c17db2c77e781b138c70dd81c4f1528e8c7dfc73

Authored by Adhidarma Hadiwinoto
1 parent 812bba511a
Exists in master

using and on if

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' && keyword == 'products' %}
  27 + {% elif scope == 'globals' and keyword == 'products' %}
28 28 {{ value | replace(',', ', ') }}
29 29 {% else %}
30 30 {{ value }}