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
783dbf81
Commit
783dbf81
authored
Apr 16, 2015
by
Daniel W Bond
Browse files
capitalization
parent
22d76e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/trades/views.py
View file @
783dbf81
...
...
@@ -280,7 +280,7 @@ class SellListing(LoginRequiredMixin, UpdateView):
{
'email_message'
:
self
.
obj
.
email_message
},
)
subject
,
from_email
,
to
=
(
'Your bid has been selected on
b
ookshare'
,
subject
,
from_email
,
to
=
(
'Your bid has been selected on
B
ookshare
!
'
,
'no-reply@bookshare.srct.io'
,
form
.
instance
.
winning_bid
.
bidder
.
user
.
email
)
text_content
=
text_email
.
render
(
email_context
)
...
...
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