bugfix
This commit is contained in:
parent
d730874c01
commit
26fbca2a5f
4
tmpls.py
4
tmpls.py
@ -30,12 +30,12 @@ data_browser_tmpl = """
|
||||
"new_data_url":{%- raw -%}"{{entire_url('add_{%- endraw -%}{{summary[0].name}}{%- raw -%}.dspy')}}",{%- endraw %}
|
||||
{% endif %}
|
||||
{% if delete_data_url %}
|
||||
"delete_data_url": "{{delete_data_url}}"
|
||||
"delete_data_url": "{{delete_data_url}}",
|
||||
{% else %}
|
||||
"delete_data_url":{%- raw -%}"{{entire_url('delete_{%- endraw -%}{{summary[0].name}}{%- raw -%}.dspy')}}",{%- endraw %}
|
||||
{% endif %}
|
||||
{% if update_data_url %}
|
||||
"update_data_url": "{{update_data_url}}",
|
||||
"update_data_url": "{{update_data_url}}"
|
||||
{% else %}
|
||||
"update_data_url":{%- raw -%}"{{entire_url('update_{%- endraw -%}{{summary[0].name}}{%- raw -%}.dspy')}}"{%- endraw %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user