fix(server): use correct jinja2 tags
This commit is contained in:
parent
e2e8d84c13
commit
0a3b32c823
@ -28,9 +28,9 @@
|
||||
value_type: >-
|
||||
{% if value is boolean %}
|
||||
boolean
|
||||
{% elsif value is integer %}
|
||||
{% elif value is integer %}
|
||||
integer
|
||||
{% elsif value is float %}
|
||||
{% elif value is float %}
|
||||
float
|
||||
{% else %}
|
||||
string
|
||||
|
Loading…
Reference in New Issue
Block a user