 Holger Frey
					
					8 years ago
						Holger Frey
					
					8 years ago
					
				
				 2 changed files with 53 additions and 1 deletions
			
			
		| @ -0,0 +1,25 @@ | |||||||
|  | <!DOCTYPE html> | ||||||
|  | <html> | ||||||
|  | <head> | ||||||
|  | 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||||||
|  |   	<title>ordr Account Activation</title> | ||||||
|  |   	<link href='http://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | ||||||
|  |   	<link rel="stylesheet" href="{{request.static_url('ordr2:static/css/email.css')}}" type="text/css" media="screen"> | ||||||
|  | </head> | ||||||
|  | <body> | ||||||
|  |   	<h1>Hi there!</h1> | ||||||
|  |   	<p> | ||||||
|  |   		Your account {{ user.user_name }} has been activated. | ||||||
|  |   		<a href="{{ request.resource_url(request.root) }}">Log in and start ordering.</a> | ||||||
|  | 	</p> | ||||||
|  | 	<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> | ||||||
		Reference in new issue