mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
7 lines
144 B
HTML
7 lines
144 B
HTML
{% extends "_base.html" %}
|
|
{% block title %}Invalid renewal token.{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>Invalid renewal token.</p>
|
|
{% endblock %}
|