1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-30 23:44:59 +02:00

mark public_calendar_additional_message as safe

This commit is contained in:
Colin Yang
2020-03-30 16:25:34 -07:00
parent 0bf56264df
commit effed14242

View File

@@ -1714,10 +1714,10 @@
{% endraw %} <pre>{{public_calendar_base_url}}</pre> {% raw %}
</p>
<p>
For example, if the key is abc-123, then your calendar subscription URL will be:
For example, if the key is <strong>abc-123</strong>, then your calendar subscription URL will be:
{% endraw %} <pre>{{public_calendar_base_url}}/abc-123</pre> {% raw %}
</p>
{% endraw %} <p>{{public_calendar_additional_message}}</p> {% raw %}
{% endraw %} <p>{{public_calendar_additional_message|safe}}</p> {% raw %}
</div>
</div>
</script>