d51b006a19
- Remove unsupported 'enable_api' argument from app.launch() - Hide API link via CSS instead - Remove queue-position paragraph from upload_notification_template.html
31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Upload Successful</title>
|
|
<style>
|
|
{email_css}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1 style="color:{accent_color};">Upload Successful</h1>
|
|
<p>Dear user,</p>
|
|
<p>Your file has been successfully uploaded and is now in our processing queue. This means that our system has received your file, and it is waiting to be processed. We will handle your file as soon as possible.</p>
|
|
<p>We will notify you once your file has been processed. If you have any urgent needs or further questions, feel free to reach out to our support team.</p>
|
|
<div class="contact">
|
|
<p>You can contact our support team at <a href="mailto:{contact_email}" style="color:{accent_color};">{contact_email}</a>. Please note that our support team is here to help with any questions or issues you might have.</p>
|
|
</div>
|
|
<div class="disclaimer">
|
|
<p>Please note that our support team does not have the ability to change your position in the queue or access the files you have uploaded. They are here to provide assistance and answer any questions you might have about the process.</p>
|
|
</div>
|
|
<div class="signature">
|
|
<p>Thank you for using our transcription service!</p>
|
|
<p>A.P.Strom</p>
|
|
</div>
|
|
{email_logo}
|
|
</div>
|
|
</body>
|
|
</html>
|