You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/members/templates/members/mail_confirmation_invalid.html

16 lines
279 B
HTML

{% extends "members/base.html" %}
{% load i18n %}
{% load static %}
{% block title %}
{% trans "Mail confirmation failed" %}
{% endblock %}
{% block content %}
<h1>{% trans "Mail confirmation failed" %}</h1>
<p>{% trans "The supplied link is invalid." %}</p>
{% endblock %}