mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
11 lines
248 B
HTML
11 lines
248 B
HTML
|
{% extends "mail_main_template.html" %}
|
||
|
{% block content %}
|
||
|
<div>
|
||
|
{{ email_body | safe }}
|
||
|
</div>
|
||
|
{% endblock %}
|
||
|
{% block footer %}
|
||
|
{{ super() }}
|
||
|
<span>Ramp-Up Toolkit Configurator - University of Virginia</span>
|
||
|
{% endblock %}}
|