summary refs log tree commit diff
path: root/synapse/res/templates/invalid_token.html
blob: b19e3023a1695aee48c015d85fb81c66d863143d (plain) (blame)
1
2
3
4
5
6
{% extends "_base.html" %}
{% block title %}Invalid renewal token.{% endblock %}

{% block body %}
<p>Invalid renewal token.</p>
{% endblock %}