view mod_password_reset/password_reset/password_result.html @ 3782:70e5bab388d8

mod_measure_message_e2ee: Make this module non-global; users can aggregate data if they care about that
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 29 Dec 2019 20:42:34 +0100
parents 4321c71cc535
children
line wrap: on
line source

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Reset password</title>
	<link rel="stylesheet" href="bootstrap.min.css">
</head>
<body>
	<div class="container">
		<h1>Reset password</h1>
		
		<div class="alert {classes}">{message}</div>
	</div>
</body>
</html>