legacy-slack-integration.html 389 B

123456789101112
  1. {% extends '../layout/admin.html' %}
  2. {% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('Legacy_Slack_Integration')) }}{% endblock %}
  3. {% block content_header %}
  4. <h1 class="title">{{ t('Legacy_Slack_Integration') }}</h1>
  5. {% endblock %}
  6. {% block content_main %}
  7. <!-- TODO: move contents from notification settings by GW-5467 -->
  8. {% endblock content_main %}