mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 21:08:06 +00:00
Add a method for deleting files. Create email format and configuration for sending emails of results.
22 lines
1.3 KiB
HTML
22 lines
1.3 KiB
HTML
{% extends "base_email.html" %}
|
|
{% block content %}
|
|
<p style="font-family: sans-serif; font-size: 24px; font-weight: bold; margin: 0; Margin-bottom: 15px;">
|
|
You have a new notification from the University of Virginia BE SAFE System.
|
|
</p>
|
|
|
|
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
|
|
We have some information for you, please click the button below. (You will need to connect with NetBadge)
|
|
</p>
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tbody>
|
|
<tr>
|
|
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top; background-color: #002359; border-radius: 5px; text-align: center;">
|
|
<a href="{{ link }}" target="_blank" style="display: inline-block; width: 180px; color: #ffffff; background-color: #002359; border: solid 1px #002359; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-transform: capitalize; border-color: #002359;">
|
|
<span style="font-size: 1.4em; font-weight: bold">View your Notification</span></a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p></p>
|
|
{% endblock %} |