Mercurial > prosody-modules
view mod_password_reset/password_reset/password_result.html @ 3346:03cbffd807bb
mod_pastebin: Convert limit values to strings (fixes traceback)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 03 Oct 2018 13:08:17 +0200 |
parents | 0ce475235ae1 |
children | f7668aee968a |
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>