Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
088f3d19
Commit
088f3d19
authored
Jun 22, 2017
by
Daniel W Bond
Browse files
welcome email now incorporates new base email templates
parent
93dddf00
Changes
2
Show whitespace changes
Inline
Side-by-side
roomlist/welcome/templates/email/welcome.html
View file @
088f3d19
<html>
<head>
<title>
Welcome to Roomlist, {{ student_name }}
</title>
<style
type=
"text/css"
>
body
{
font-family
:
"Verdana"
,
sans-serif
;
}
a
{
color
:
#006633
;
}
a
:active
{
color
:
#FFCC33
;
}
a
:visited
{
color
:
#004C25
;
}
</style>
</head>
<body>
<p>
Dear {{ student_name }},
</p>
<br
/>
<p>
Thank you for signing up for
{% extends 'layouts/email_base.html' %}
{% block greeting %}
Dear {{ student_name }},
{% endblock greeting %}
{% block content %}
<p>
Thank you for signing up for
<a
href=
"https://roomlist.gmu.edu/"
>
Roomlist
</a>
, and welcome!
</p>
<p>
We hope you'll find this service beneficial to your time here at Mason.
</p>
<p>
If you have any questions, don't hesitate to send us an email to
<p>
We hope you'll find this service beneficial to your time here at Mason.
</p>
<p>
If you have any questions, don't hesitate to send us an email to
<a
href=
"mailto:roomlist@srct.gmu.edu"
>
roomlist@srct.gmu.edu
</a>
or stop by one of our student org's
<a
href=
"https://srct.gmu.edu/calendar/"
>
weekly meetings
</a>
.
We would love to hear your feedback.
</p>
<p>
Have a
<strong>
great
</strong>
{{ semester }} semester!
</p>
<p>
:-)
</p>
<br
/>
<p>
---
</p>
<p>
Mason SRCT
</p>
<p>
<small><a
href=
"https://srct.gmu.edu/"
>
SRCT
</a>
is a
<a
href=
"https://getconnected.gmu.edu/organization/srct"
>
registered student organization
</a>
at
<a
href=
"https://www2.gmu.edu/"
>
George Mason University
</a>
. We have written and
provide this project for the benefit of our school's community, but offer no
claims to the accuracy of the information provided on our site by other student
users. We are not affiliated with Mason Housing. The source code for this project
is available and
<a
href=
"https://www.gnu.org/licenses/gpl-3.0.html/"
>
freely licensed
</a>
at
<a
href=
"https://git.gmu.edu/srct/roomlist/"
>
git.gmu.edu/srct/roomlist
</a>
.
</small>
</p>
</body>
</html>
<p>
Have a
<strong>
great
</strong>
{{ semester }} semester!
</p>
{% endblock content %}
roomlist/welcome/templates/email/welcome.txt
View file @
088f3d19
Dear {{ student_name }},
{% extends 'layouts/email_base.txt' %}
{% block greeting %}
Dear {{ student_name }},
{% endblock greeting %}
{% block content %}
Thank you for signing up for Roomlist, and welcome!
We hope you'll find this service beneficial to your time here at Mason.
...
...
@@ -10,16 +14,4 @@ roomlist@srct.gmu.edu, or stop by one of our student org's weekly meetings.
We would love to hear your feedback.
Have a great {{ semester }} semester!
:-)
---
Mason SRCT
SRCT is a registered student organization at George Mason University. We have
written and provide this project for the benefit of our school's community, but
offer no claims to the accuracy of the information provided on our site by other
student users. We are not affiliated with Mason Housing. The source code for this
project is available and freely licensed at git.gmu.edu/srct/roomlist.
{% endblock content %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment