Added optional "mailer.subject_prefix" configuration item. Added CMS_SETUP.utf_8_site_name for convenience. Fixed a few potential unicode issues. Fixed various typos.
13 lines
366 B
HTML
13 lines
366 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Application Rejected</title>
|
|
<meta name="description" content="Application Rejected">
|
|
<meta name="author" content="$sitename">
|
|
</head>
|
|
<body>
|
|
<p>Your account application is rejected, it was not respecting the requirements from <a href="$host">$sitename</a>.</p>
|
|
</body>
|
|
</html>
|