remove text litteral
This commit is contained in:
@@ -116,7 +116,7 @@ def mobileconfig_payload(email, full_name):
|
|||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>EmailAccountDescription</key>
|
<key>EmailAccountDescription</key>
|
||||||
<string>{values["domain"]} Mail</string>
|
<string>{values["email"]}</string>
|
||||||
<key>EmailAccountName</key>
|
<key>EmailAccountName</key>
|
||||||
<string>{values["full_name"]}</string>
|
<string>{values["full_name"]}</string>
|
||||||
<key>EmailAccountType</key>
|
<key>EmailAccountType</key>
|
||||||
@@ -160,7 +160,7 @@ def mobileconfig_payload(email, full_name):
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CalDAVAccountDescription</key>
|
<key>CalDAVAccountDescription</key>
|
||||||
<string>{values["domain"]} Calendar</string>
|
<string>{values["email"]}</string>
|
||||||
<key>CalDAVHostName</key>
|
<key>CalDAVHostName</key>
|
||||||
<string>{values["radicale_host"]}</string>
|
<string>{values["radicale_host"]}</string>
|
||||||
<key>CalDAVPort</key>
|
<key>CalDAVPort</key>
|
||||||
@@ -184,7 +184,7 @@ def mobileconfig_payload(email, full_name):
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CardDAVAccountDescription</key>
|
<key>CardDAVAccountDescription</key>
|
||||||
<string>{values["domain"]} Contacts</string>
|
<string>{values["email"]}</string>
|
||||||
<key>CardDAVHostName</key>
|
<key>CardDAVHostName</key>
|
||||||
<string>{values["radicale_host"]}</string>
|
<string>{values["radicale_host"]}</string>
|
||||||
<key>CardDAVPort</key>
|
<key>CardDAVPort</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user