Bitpoll/bitpoll/registration/templates/registration/token_expired.html
2018-09-15 13:01:59 +02:00

12 lines
338 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block wtitle %}{% block ptitle %}{% trans "Token expired" %}{% endblock %}{% endblock %}
{% block content %}
<section class="section">
<div class="container">
<p>{% trans "Sorry, but the provided token is expired." %}</p>
</div>
</section>
{% endblock %}