|
@@ -34,7 +34,7 @@
|
34
|
34
|
</script>
|
35
|
35
|
<div class="form-group calendar-url" style="display: ${'none' if not result.workspace.calendar_enabled else 'block'};">
|
36
|
36
|
<label for="workspace-name1">${_('Calendar Url')}</label>
|
37
|
|
- <input id="workspaceCalendarUrl" type="text" class="form-control" disabled="disabled" value="${result.workspace.calendar_url}" />
|
|
37
|
+ <input id="workspaceCalendarUrl" type="text" class="form-control" readonly value="${result.workspace.calendar_url}" />
|
38
|
38
|
<p>
|
39
|
39
|
${_('This url is the one to configure in your calendar software: Outlook, Thunderbird, etc.')}
|
40
|
40
|
</p>
|