mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2026-01-14 16:31:00 -05:00
6 lines
144 B
HTML
6 lines
144 B
HTML
{% extends "_base.html" %}
|
|
{% block title %}Invalid renewal token.{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>Invalid renewal token.</p>
|
|
{% endblock %}
|