forked from GithubBackups/healthchecks
Add Matrix to the landing page.
This commit is contained in:
parent
740cda9507
commit
73e5c651af
@ -221,6 +221,7 @@ def index(request):
|
||||
"enable_sms": settings.TWILIO_AUTH is not None,
|
||||
"enable_pd": settings.PD_VENDOR_KEY is not None,
|
||||
"enable_trello": settings.TRELLO_APP_KEY is not None,
|
||||
"enable_matrix": settings.MATRIX_ACCESS_TOKEN is not None,
|
||||
"registration_open": settings.REGISTRATION_OPEN
|
||||
}
|
||||
|
||||
|
@ -414,6 +414,15 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if enable_matrix %}
|
||||
<div class="col-md-2 col-sm-4 col-xs-6">
|
||||
<div class="integration">
|
||||
<img src="{% static 'img/integrations/matrix.png' %}" class="icon" alt="Matrix icon" />
|
||||
<h3>Matrix<br><small>Chat</small></h3>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="row tour-section">
|
||||
|
Loading…
x
Reference in New Issue
Block a user