ctdo-trac/TracBooking/tracbooking/templates/booking_unregistered.html

18 lines
614 B
HTML

<!DOCTYPE htm
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="layout.html" />
<head>
<title>Registrierung gelöscht!</title>
</head>
<body>
<div id="content">
<h2>Deine Registrierung und alle dazugehörigen Daten sind erfolgreich gelöscht worden!</h2>
<h3><a href="${req.href.wiki()}">Zurück zum wiki</a></h3>
</div>
</body>
</html>