This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_registration_form/templates/tokennotfound.twig

5 lines
137 B
Twig
Raw Normal View History

2013-10-16 09:34:56 +02:00
{% extends "layout.twig" %}
{% block content %}
<p>{% trans %}Der angegebene Token wurde nicht gefunden{% endtrans %}</p>
{% endblock %}