浏览代码

Use to_json

pull/1497/head
Slavi Pantaleev 4 年前
committed by GitHub
父节点
当前提交
f0d7a8e99d
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      roles/matrix-etherpad/templates/settings.json.j2

+ 2
- 2
roles/matrix-etherpad/templates/settings.json.j2 查看文件

@@ -73,8 +73,8 @@
},
{% if matrix_etherpad_admin_username != "" and matrix_etherpad_admin_password != "" %}
"users": {
"{{ matrix_etherpad_admin_username }}": {
"password": "{{ matrix_etherpad_admin_password }}",
{{ matrix_etherpad_admin_username|to_json }}: {
"password": {{ matrix_etherpad_admin_password|to_json }},
"is_admin": true
}
},


正在加载...
取消
保存