comparison mod_invite/invite/invite_result.html @ 2058:4b3037c7af62

mod_invite: Allows existing users to generate URLs that can be used to invite new users. Mutual presence subscriptions are automatically created when the creation succeeds.
author Thijs Alkemade <me@thijsalkema.de>
date Wed, 02 Mar 2016 18:12:34 +0100
parents
children 0fd7802b435e
comparison
equal deleted inserted replaced
2057:1c126c49f5c1 2058:4b3037c7af62
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Invite</title>
6 <link rel="stylesheet" href="bootstrap.min.css">
7 </head>
8 <body>
9 <div class="container">
10 <h1>Account creation</h1>
11
12 <div class="alert {{classes}}">{{message}}</div>
13 </div>
14 </body>
15 </html>