projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa9650
)
Fix send button on cf admin emails
author
Magnus Hagander
<magnus@hagander.net>
Tue, 15 Jul 2014 10:58:31 +0000
(12:58 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 15 Jul 2014 10:58:31 +0000
(12:58 +0200)
pgcommitfest/commitfest/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/views.py
b/pgcommitfest/commitfest/views.py
index b5d6af3ecead3d259e1efe7343414629d2bdce15..fe5b56030d7f744e0c4669cdb938160f6b6f8ed6 100644
(file)
--- a/
pgcommitfest/commitfest/views.py
+++ b/
pgcommitfest/commitfest/views.py
@@
-500,4
+500,5
@@
def send_email(request, cfid):
'form': form,
'title': 'Send email',
'breadcrumbs': [{'title': cf.title, 'href': '/%s/' % cf.pk},],
+ 'savebutton': 'Send email',
}, context_instance=RequestContext(request))