view mod_password_reset/password_reset/password_result.html @ 3368:76fc915647ab

mod_bob: Don’t try to access XHTML-IM when it isn’t present.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 04 Nov 2018 18:38:06 +0100
parents f7668aee968a
children 7fc0200183c1
line wrap: on
line source

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>Password reset</title>
	<link rel="stylesheet" href="bootstrap.min.css">
</head>
<body>
	<div class="container">
		<h1>Password reset</h1>
		
		<div class="alert {classes}">{message}</div>
	</div>
</body>
</html>