Added confirmation_letter template. Still WIP and needs to be replaced with something more dynamic.
This commit is contained in:
@@ -75,6 +75,9 @@ class SchoolRollMixin:
|
||||
|
||||
class TravellerRollMixin:
|
||||
|
||||
def confirmation_letter(self, request, queryset):
|
||||
return render_to_pdf('mail/confirmation_letter.html', confirmation_letter_context(queryset))
|
||||
|
||||
def send_sms(self, request, queryset):
|
||||
if 'send' in request.POST:
|
||||
message = request.POST["message"]
|
||||
|
||||
Reference in New Issue
Block a user