You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1018 B
26 lines
1018 B
7 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>[ordr] verify your email address</title>
|
||
|
<link href='http://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hi there!</h1>
|
||
|
<p>
|
||
|
Please verify your email address for the account "{{ user.username }}" by following this link
|
||
|
<a href="{{ request.resource_url(context, data.token.hash) }}">{{ request.resource_url(context, data.token.hash) }}</a>
|
||
|
</p>
|
||
|
<p> The link will expire on {{ data.token.expires.strftime('%d.%m.%y at %H:%M') }}.
|
||
|
<p class="signature">
|
||
|
Regards,
|
||
|
<br/>
|
||
|
<span class="brand">ordr</span>
|
||
|
</p>
|
||
|
<p class="footprint">
|
||
|
<small>Please don't respont to this email! This is an automatically generated notification by the system.</small>
|
||
|
<a href="http://distractedbysquirrels.com/" target="_blank" title="This software was originally written by Sebastian Sebald." class="icon-dbs"></a>
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|