{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Add Matrix - {% site_name %}{% endblock %} {% block content %}

Matrix

If your team uses Matrix, you can set up {% site_name %} to post notifications to an appropriate Matrix room.

Integration Settings

{% csrf_token %}
{% if form.alias.errors %}
{{ form.alias.errors|join:"" }}
{% endif %}
{% endblock %}