summary refs log tree commit diff
path: root/synapse/res/templates/add_threepid_failure.html
blob: f6d7e33825bde067d60c32c4f3360082ac2523ef (plain) (blame)
1
2
3
4
5
6
7
{% extends "_base.html" %}
{% block title %}Request failed{% endblock %}

{% block body %}
<p>The request failed for the following reason: {{ failure_reason }}.</p>
<p>No changes have been made to your account.</p>
{% endblock %}