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/echo_success.html

15 lines
272 B
HTML

{% extends "members/base.html" %}
{% load i18n %}
{% block title %}
{% trans "Echo successful" %}
{% endblock %}
{% block content %}
<h1>{% trans "Echo" %}</h1>
<p>{% trans "Thank you" %} {{name}}. {% trans "Your data was successfully updated." %}</p>
{% endblock %}