better
This commit is contained in:
@@ -263,12 +263,12 @@ lib.mkIf hasMailDiscoveryConfig (
|
|||||||
<p>Open this page in Safari on iPhone, iPad, or macOS. Enter your username and optionally your full name to download the configuration profile.</p>
|
<p>Open this page in Safari on iPhone, iPad, or macOS. Enter your username and optionally your full name to download the configuration profile.</p>
|
||||||
<form method="get" action="/mobileconfig/">
|
<form method="get" action="/mobileconfig/">
|
||||||
<div>
|
<div>
|
||||||
<label for="username">Username</label>
|
<label for="username">Email address</label>
|
||||||
<input id="username" name="username" type="text" autocomplete="username" pattern="[A-Za-z0-9._+-]+" required>
|
<input id="username" name="username" type="text" autocomplete="username" pattern="[A-Za-z0-9._+-]+" required>
|
||||||
<span>@{escape(DOMAIN)}</span>
|
<span>@{escape(DOMAIN)}</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="full_name">Full name</label>
|
<label for="full_name">Fullname</label>
|
||||||
<input id="full_name" name="full_name" type="text" autocomplete="name" placeholder="Love Billenius">
|
<input id="full_name" name="full_name" type="text" autocomplete="name" placeholder="Love Billenius">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit">Download profile</button>
|
<button type="submit">Download profile</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user