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
bookshare
Commits
0221b45c
Commit
0221b45c
authored
Apr 19, 2015
by
Daniel W Bond
Browse files
added email to send out when listings cancelled
parent
374c2666
Changes
2
Hide whitespace changes
Inline
Side-by-side
bookshare/trades/templates/email/unsold.html
0 → 100644
View file @
0221b45c
<html>
<head>
<title>
Your transaction has been cancelled on Bookshare.
</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>
Hey there,
<strong>
{{ bidder_first_name }}
</strong>
!
<p>
Seller
<strong>
{{ seller_name }}
</strong>
has cancelled your
${{ bid_num }} bid for
<em>
{{ listing_title }}
</em>
on
<a
href=
"http://bookshare.srct.gmu.edu/"
>
SRCT Bookshare
</a>
.
<p>
We certainly hope that this doesn't come as a shock. :-P
</p>
<p>
(If you don't know why you're getting this email, they're the cc'ed email
address-- {{ seller_email }}. Contact them ASAP to clear up any confusion.)
</p>
<p><em>
Seller message
</em>
: {{ email_message }}
</p>
<p>
Thanks for using SRCT Bookshare!
</p>
<p><em>
(Heads up: no one watches this email address. If you need to get in touch
with us, for any reason, see srct.gmu.edu/contact.)
</em></p>
<p>
---
</p>
<p>
Mason SRCT
</p>
<p>
<small><a
href=
"http://srct.gmu.edu/"
>
SRCT
</a>
is a
<a
href=
"https://si.gmu.edu/registered-student-organizations/"
>
registered student organization
</a>
at
<a
href=
"http://www.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 posted on our site by other students.
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=
"http://git.gmu.edu/srct/bookshare/"
>
git.gmu.edu/srct/bookshare
</a>
.
</small>
</p>
</body>
</html>
bookshare/trades/templates/email/unsold.txt
0 → 100644
View file @
0221b45c
Hey there, {{ bidder_first_name }}!
Seller {{ seller_name }} has cancelled your ${{ bid_num }} bid for
{{ listing_title }} on SRCT Bookshare.
We certainly hope that this doesn't come as a shock. :-P
(If you don't know why you're getting this email, they're the cc'ed email
address-- {{ seller_email }}. Contact them ASAP to clear up any confusion.)
Seller message: {{ email_message }}
Thanks for using SRCT Bookshare!
(Heads up: no one watches this email address. If you need to get in touch with
us, for any reason, see srct.gmu.edu/contact.)
---
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 posted on our site by other
students. The source code for this project is available and freely licensed at
git.gmu.edu/srct/bookshare.
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