diff --git a/crc/static/uva_rotunda.svg b/crc/static/uva_rotunda.svg new file mode 100644 index 00000000..6ef09251 --- /dev/null +++ b/crc/static/uva_rotunda.svg @@ -0,0 +1,145 @@ + + + + + + + image/svg+xml + + Artboard 1 + + + + + + + Artboard 1 + + + + + + + + + + + + + + + diff --git a/crc/templates/mail_content_template.html b/crc/templates/mail_content_template.html new file mode 100644 index 00000000..095d097f --- /dev/null +++ b/crc/templates/mail_content_template.html @@ -0,0 +1,16 @@ +{% extends "mail_main_template.html" %} +{% block head %} + {{ super() }} +{% endblock %}} +{% block header %} + {{ super() }} +{% endblock %}} +{% block content %} +
+ {{ email_body | safe }} +
+{% endblock %} +{% block footer %} + {{ super() }} + Ramp-Up Toolkit Configurator - University of Virginia +{% endblock %}} diff --git a/crc/templates/mail_main_template.html b/crc/templates/mail_main_template.html new file mode 100644 index 00000000..5b7f3cb7 --- /dev/null +++ b/crc/templates/mail_main_template.html @@ -0,0 +1,29 @@ + + + + {% block head %} + + + Research Ramp-Up Toolkit + {% endblock %} + + + +
{% block content %}{% endblock %}
+ + + \ No newline at end of file